Html Css Color HEX #AACC3D Atlantis

📋 copy color: '#AACC3D'

red 170 ◦ green 204 ◦ blue 61

#AACC3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #AACC3D

Tints of Atlantis #AACC3D

RGB

 RED value IS 170 (66.8% from 255) = 39.08%

 GREEN value IS 204 (80.08% from 255) = 46.9%

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 39.08%
G = 46.9%
B = 14.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AACC3D (or 0xAACC3D) is known color: Atlantis. HEX triplet: AA, CC and 3D. RGB value is (170,204,61). Sum of RGB (Red+Green+Blue) = 170+204+61=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC3D is #5533C2. Grayscale: #B2B2B2. Windows color (decimal): -5583811 or 4050090. OLE color: 4050090.

HSL color Cylindrical-coordinate representation of color #AACC3D: hue angle of 74.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AACC3D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 61 -
CMYK 0.17 0 0.70 0.2
HSL 74.27º 0.58% 0.52% -
HSV(B) 74.27º 0.7% 0.8% -
XYZ 39.01 52.07 12.41 -
YUV 177.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 170 204 61 0.17 0 0.70 0.2 74.27 0.58 0.52
Hex AA CC 3D 11 0 46 14 4A 3A 34
Octal 252 314 75 21 0 106 24 112 72 64
Binary 10101010 11001100 111101 10001 0 1000110 10100 1001010 111010 110100

Color Harmonies of #AACC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC3D

Black with #AACC3D

Text Example


Text Example

White with #AACC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC3D; }

 p { color: rgb(170,204,61); }

 H1.HeaderClassName
 {
   color: #AACC3D;
 }
 .AnyTagClassName
 {
   color: #AACC3D;
 }
</style>

background-color css

<style>
 a { background-color: #AACC3D; }

 a { background-color: rgb(170,204,61); }

 div.DivClassName
 {
   background-color: #AACC3D;
 }
 .BgClassName
 {
   background-color: #AACC3D;
 }
</style>

border-color css

<style>
 span { border-color: #AACC3D; }

 span { border-color: rgb(170,204,61); }

 td.TdClassName
 {
   border-color: #AACC3D;
 }
 .TagClassName
 {
   border-color: #AACC3D;
 }
</style>