Html Css Color HEX #AAE028 Inch Worm

📋 copy color: '#AAE028'

red 170 ◦ green 224 ◦ blue 40

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

Shades of Inch Worm #AAE028

Tints of Inch Worm #AAE028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.61%

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 39.17%
G = 51.61%
B = 9.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#AAE028 (or 0xAAE028) is known color: Inch Worm. HEX triplet: AA, E0 and 28. RGB value is (170,224,40). Sum of RGB (Red+Green+Blue) = 170+224+40=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE028 is #551FD7. Grayscale: #BBBBBB. Windows color (decimal): -5578712 or 2678954. OLE color: 2678954.

HSL color Cylindrical-coordinate representation of color #AAE028: hue angle of 77.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAE028 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 40 -
CMYK 0.24 0 0.82 0.12
HSL 77.61º 0.75% 0.52% -
HSV(B) 77.61º 0.82% 0.88% -
XYZ 43.62 62.01 11.68 -
YUV 186.88 45.11 115.96 -
System Red Green Blue C M Y K H S L
Decimal 170 224 40 0.24 0 0.82 0.12 77.61 0.75 0.52
Hex AA E0 28 18 0 52 C 4E 4B 34
Octal 252 340 50 30 0 122 14 116 113 64
Binary 10101010 11100000 101000 11000 0 1010010 1100 1001110 1001011 110100

Color Harmonies of #AAE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE028

Black with #AAE028

Text Example


Text Example

White with #AAE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE028; }

 p { color: rgb(170,224,40); }

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

background-color css

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

 a { background-color: rgb(170,224,40); }

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

border-color css

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

 span { border-color: rgb(170,224,40); }

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