Html Css Color HEX #AACD3E Atlantis

📋 copy color: '#AACD3E'

red 170 ◦ green 205 ◦ blue 62

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

Shades of Atlantis #AACD3E

Tints of Atlantis #AACD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.19%

R = 38.9%
G = 46.91%
B = 14.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#AACD3E (or 0xAACD3E) is known color: Atlantis. HEX triplet: AA, CD and 3E. RGB value is (170,205,62). Sum of RGB (Red+Green+Blue) = 170+205+62=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD3E is #5532C1. Grayscale: #B2B2B2. Windows color (decimal): -5583554 or 4115882. OLE color: 4115882.

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

Color convert

RGB 170 205 62 -
CMYK 0.17 0 0.70 0.20
HSL 74.69º 0.59% 0.52% -
HSV(B) 74.69º 0.7% 0.8% -
XYZ 39.28 52.56 12.63 -
YUV 178.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 170 205 62 0.17 0 0.70 0.20 74.69 0.59 0.52
Hex AA CD 3E 11 0 46 14 4B 3B 34
Octal 252 315 76 21 0 106 24 113 73 64
Binary 10101010 11001101 111110 10001 0 1000110 10100 1001011 111011 110100

Color Harmonies of #AACD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD3E

Black with #AACD3E

Text Example


Text Example

White with #AACD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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