Html Css Color HEX #AAE608 Inch Worm

📋 copy color: '#AAE608'

red 170 ◦ green 230 ◦ blue 8

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

Shades of Inch Worm #AAE608

Tints of Inch Worm #AAE608

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.37%

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 41.67%
G = 56.37%
B = 1.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#AAE608 (or 0xAAE608) is known color: Inch Worm. HEX triplet: AA, E6 and 08. RGB value is (170,230,8). Sum of RGB (Red+Green+Blue) = 170+230+8=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE608 is #5519F7. Grayscale: #BBBBBB. Windows color (decimal): -5577208 or 583338. OLE color: 583338.

HSL color Cylindrical-coordinate representation of color #AAE608: hue angle of 76.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAE608 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 8 -
CMYK 0.26 0 0.97 0.10
HSL 76.22º 0.93% 0.47% -
HSV(B) 76.22º 0.97% 0.9% -
XYZ 44.92 65.16 10.44 -
YUV 186.75 27.12 116.05 -
System Red Green Blue C M Y K H S L
Decimal 170 230 8 0.26 0 0.97 0.10 76.22 0.93 0.47
Hex AA E6 8 1A 0 61 A 4C 5D 2F
Octal 252 346 10 32 0 141 12 114 135 57
Binary 10101010 11100110 1000 11010 0 1100001 1010 1001100 1011101 101111

Color Harmonies of #AAE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE608

Black with #AAE608

Text Example


Text Example

White with #AAE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE608; }

 p { color: rgb(170,230,8); }

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

background-color css

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

 a { background-color: rgb(170,230,8); }

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

border-color css

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

 span { border-color: rgb(170,230,8); }

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