Html Css Color HEX #AAE328 Inch Worm

📋 copy color: '#AAE328'

red 170 ◦ green 227 ◦ blue 40

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

Shades of Inch Worm #AAE328

Tints of Inch Worm #AAE328

RGB

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

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

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

R = 38.9%
G = 51.95%
B = 9.15%

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

#AAE328 (or 0xAAE328) is known color: Inch Worm. HEX triplet: AA, E3 and 28. RGB value is (170,227,40). Sum of RGB (Red+Green+Blue) = 170+227+40=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE328 is #551CD7. Grayscale: #BDBDBD. Windows color (decimal): -5577944 or 2679722. OLE color: 2679722.

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

Color convert

RGB 170 227 40 -
CMYK 0.25 0 0.82 0.11
HSL 78.29º 0.77% 0.52% -
HSV(B) 78.29º 0.82% 0.89% -
XYZ 44.43 63.64 11.95 -
YUV 188.64 44.12 114.71 -
System Red Green Blue C M Y K H S L
Decimal 170 227 40 0.25 0 0.82 0.11 78.29 0.77 0.52
Hex AA E3 28 19 0 52 B 4E 4D 34
Octal 252 343 50 31 0 122 13 116 115 64
Binary 10101010 11100011 101000 11001 0 1010010 1011 1001110 1001101 110100

Color Harmonies of #AAE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE328

Black with #AAE328

Text Example


Text Example

White with #AAE328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE328; }

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

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

background-color css

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

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

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

border-color css

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

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

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