Html Css Color HEX #AACC36 Atlantis

📋 copy color: '#AACC36'

red 170 ◦ green 204 ◦ blue 54

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

Shades of Atlantis #AACC36

Tints of Atlantis #AACC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.62%

R = 39.72%
G = 47.66%
B = 12.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#AACC36 (or 0xAACC36) is known color: Atlantis. HEX triplet: AA, CC and 36. RGB value is (170,204,54). Sum of RGB (Red+Green+Blue) = 170+204+54=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC36 is #5533C9. Grayscale: #B1B1B1. Windows color (decimal): -5583818 or 3591338. OLE color: 3591338.

HSL color Cylindrical-coordinate representation of color #AACC36: hue angle of 73.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AACC36 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 54 -
CMYK 0.17 0 0.74 0.2
HSL 73.6º 0.6% 0.51% -
HSV(B) 73.6º 0.74% 0.8% -
XYZ 38.84 52 11.48 -
YUV 176.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 170 204 54 0.17 0 0.74 0.2 73.6 0.6 0.51
Hex AA CC 36 11 0 4A 14 4A 3C 33
Octal 252 314 66 21 0 112 24 112 74 63
Binary 10101010 11001100 110110 10001 0 1001010 10100 1001010 111100 110011

Color Harmonies of #AACC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC36

Black with #AACC36

Text Example


Text Example

White with #AACC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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