Html Css Color HEX #AAE428 Inch Worm

📋 copy color: '#AAE428'

red 170 ◦ green 228 ◦ blue 40

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

Shades of Inch Worm #AAE428

Tints of Inch Worm #AAE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.05%

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

R = 38.81%
G = 52.05%
B = 9.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#AAE428 (or 0xAAE428) is known color: Inch Worm. HEX triplet: AA, E4 and 28. RGB value is (170,228,40). Sum of RGB (Red+Green+Blue) = 170+228+40=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE428 is #551BD7. Grayscale: #BDBDBD. Windows color (decimal): -5577688 or 2679978. OLE color: 2679978.

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

Color convert

RGB 170 228 40 -
CMYK 0.25 0 0.82 0.11
HSL 78.51º 0.78% 0.53% -
HSV(B) 78.51º 0.82% 0.89% -
XYZ 44.7 64.19 12.04 -
YUV 189.23 43.78 114.29 -
System Red Green Blue C M Y K H S L
Decimal 170 228 40 0.25 0 0.82 0.11 78.51 0.78 0.53
Hex AA E4 28 19 0 52 B 4F 4E 35
Octal 252 344 50 31 0 122 13 117 116 65
Binary 10101010 11100100 101000 11001 0 1010010 1011 1001111 1001110 110101

Color Harmonies of #AAE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE428

Black with #AAE428

Text Example


Text Example

White with #AAE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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