Html Css Color HEX #AAE334 Atlantis

📋 copy color: '#AAE334'

red 170 ◦ green 227 ◦ blue 52

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

Shades of Atlantis #AAE334

Tints of Atlantis #AAE334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 37.86%
G = 50.56%
B = 11.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#AAE334 (or 0xAAE334) is known color: Atlantis. HEX triplet: AA, E3 and 34. RGB value is (170,227,52). Sum of RGB (Red+Green+Blue) = 170+227+52=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE334 is #551CCB. Grayscale: #BEBEBE. Windows color (decimal): -5577932 or 3466154. OLE color: 3466154.

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

Color convert

RGB 170 227 52 -
CMYK 0.25 0 0.77 0.11
HSL 79.54º 0.76% 0.55% -
HSV(B) 79.54º 0.77% 0.89% -
XYZ 44.67 63.73 13.2 -
YUV 190.01 50.12 113.73 -
System Red Green Blue C M Y K H S L
Decimal 170 227 52 0.25 0 0.77 0.11 79.54 0.76 0.55
Hex AA E3 34 19 0 4D B 50 4C 37
Octal 252 343 64 31 0 115 13 120 114 67
Binary 10101010 11100011 110100 11001 0 1001101 1011 1010000 1001100 110111

Color Harmonies of #AAE334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE334

Black with #AAE334

Text Example


Text Example

White with #AAE334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE334; }

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

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

background-color css

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

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

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

border-color css

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

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

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