Html Css Color HEX #AAE33A Atlantis

📋 copy color: '#AAE33A'

red 170 ◦ green 227 ◦ blue 58

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

Shades of Atlantis #AAE33A

Tints of Atlantis #AAE33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.75%

R = 37.36%
G = 49.89%
B = 12.75%

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

#AAE33A (or 0xAAE33A) is known color: Atlantis. HEX triplet: AA, E3 and 3A. RGB value is (170,227,58). Sum of RGB (Red+Green+Blue) = 170+227+58=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE33A is #551CC5. Grayscale: #BFBFBF. Windows color (decimal): -5577926 or 3859370. OLE color: 3859370.

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

Color convert

RGB 170 227 58 -
CMYK 0.25 0 0.74 0.11
HSL 80.24º 0.75% 0.56% -
HSV(B) 80.24º 0.74% 0.89% -
XYZ 44.81 63.79 13.95 -
YUV 190.69 53.12 113.24 -
System Red Green Blue C M Y K H S L
Decimal 170 227 58 0.25 0 0.74 0.11 80.24 0.75 0.56
Hex AA E3 3A 19 0 4A B 50 4B 38
Octal 252 343 72 31 0 112 13 120 113 70
Binary 10101010 11100011 111010 11001 0 1001010 1011 1010000 1001011 111000

Color Harmonies of #AAE33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE33A

Black with #AAE33A

Text Example


Text Example

White with #AAE33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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