Html Css Color HEX #AACD36 Atlantis

📋 copy color: '#AACD36'

red 170 ◦ green 205 ◦ blue 54

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

Shades of Atlantis #AACD36

Tints of Atlantis #AACD36

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.79%

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

R = 39.63%
G = 47.79%
B = 12.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#AACD36 (or 0xAACD36) is known color: Atlantis. HEX triplet: AA, CD and 36. RGB value is (170,205,54). Sum of RGB (Red+Green+Blue) = 170+205+54=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD36 is #5532C9. Grayscale: #B1B1B1. Windows color (decimal): -5583562 or 3591594. OLE color: 3591594.

HSL color Cylindrical-coordinate representation of color #AACD36: hue angle of 73.91º 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 #AACD36 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 54 -
CMYK 0.17 0 0.74 0.20
HSL 73.91º 0.6% 0.51% -
HSV(B) 73.91º 0.74% 0.8% -
XYZ 39.07 52.48 11.56 -
YUV 177.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 170 205 54 0.17 0 0.74 0.20 73.91 0.6 0.51
Hex AA CD 36 11 0 4A 14 4A 3C 33
Octal 252 315 66 21 0 112 24 112 74 63
Binary 10101010 11001101 110110 10001 0 1001010 10100 1001010 111100 110011

Color Harmonies of #AACD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD36

Black with #AACD36

Text Example


Text Example

White with #AACD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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