Html Css Color HEX #AAE33C Atlantis

📋 copy color: '#AAE33C'

red 170 ◦ green 227 ◦ blue 60

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

Shades of Atlantis #AAE33C

Tints of Atlantis #AAE33C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

 BLUE value IS 60 (23.83% from 255) = 13.13%

R = 37.2%
G = 49.67%
B = 13.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#AAE33C (or 0xAAE33C) is known color: Atlantis. HEX triplet: AA, E3 and 3C. RGB value is (170,227,60). Sum of RGB (Red+Green+Blue) = 170+227+60=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE33C is #551CC3. Grayscale: #BFBFBF. Windows color (decimal): -5577924 or 3990442. OLE color: 3990442.

HSL color Cylindrical-coordinate representation of color #AAE33C: hue angle of 80.48º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE33C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 60 -
CMYK 0.25 0 0.74 0.11
HSL 80.48º 0.75% 0.56% -
HSV(B) 80.48º 0.74% 0.89% -
XYZ 44.86 63.81 14.23 -
YUV 190.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 170 227 60 0.25 0 0.74 0.11 80.48 0.75 0.56
Hex AA E3 3C 19 0 4A B 50 4B 38
Octal 252 343 74 31 0 112 13 120 113 70
Binary 10101010 11100011 111100 11001 0 1001010 1011 1010000 1001011 111000

Color Harmonies of #AAE33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE33C

Black with #AAE33C

Text Example


Text Example

White with #AAE33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE33C; }

 p { color: rgb(170,227,60); }

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

background-color css

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

 a { background-color: rgb(170,227,60); }

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

border-color css

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

 span { border-color: rgb(170,227,60); }

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