Html Css Color HEX #AACD37 Atlantis

📋 copy color: '#AACD37'

red 170 ◦ green 205 ◦ blue 55

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

Shades of Atlantis #AACD37

Tints of Atlantis #AACD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.79%

R = 39.53%
G = 47.67%
B = 12.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#AACD37 (or 0xAACD37) is known color: Atlantis. HEX triplet: AA, CD and 37. RGB value is (170,205,55). Sum of RGB (Red+Green+Blue) = 170+205+55=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD37 is #5532C8. Grayscale: #B2B2B2. Windows color (decimal): -5583561 or 3657130. OLE color: 3657130.

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

Color convert

RGB 170 205 55 -
CMYK 0.17 0 0.73 0.20
HSL 74º 0.6% 0.51% -
HSV(B) 74º 0.73% 0.8% -
XYZ 39.1 52.48 11.68 -
YUV 177.44 58.9 122.7 -
System Red Green Blue C M Y K H S L
Decimal 170 205 55 0.17 0 0.73 0.20 74 0.6 0.51
Hex AA CD 37 11 0 49 14 4A 3C 33
Octal 252 315 67 21 0 111 24 112 74 63
Binary 10101010 11001101 110111 10001 0 1001001 10100 1001010 111100 110011

Color Harmonies of #AACD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD37

Black with #AACD37

Text Example


Text Example

White with #AACD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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