Html Css Color HEX #AAE718 Inch Worm

📋 copy color: '#AAE718'

red 170 ◦ green 231 ◦ blue 24

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

Shades of Inch Worm #AAE718

Tints of Inch Worm #AAE718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.35%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 40%
G = 54.35%
B = 5.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#AAE718 (or 0xAAE718) is known color: Inch Worm. HEX triplet: AA, E7 and 18. RGB value is (170,231,24). Sum of RGB (Red+Green+Blue) = 170+231+24=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 231 (90.62% from 255 or 54.35% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE718 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE718 is #5518E7. Grayscale: #BDBDBD. Windows color (decimal): -5576936 or 1632170. OLE color: 1632170.

HSL color Cylindrical-coordinate representation of color #AAE718: hue angle of 77.68º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAE718 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 24 -
CMYK 0.26 0 0.90 0.09
HSL 77.68º 0.81% 0.5% -
HSV(B) 77.68º 0.9% 0.91% -
XYZ 45.32 65.76 11.17 -
YUV 189.16 34.79 114.33 -
System Red Green Blue C M Y K H S L
Decimal 170 231 24 0.26 0 0.90 0.09 77.68 0.81 0.5
Hex AA E7 18 1A 0 5A 9 4E 51 32
Octal 252 347 30 32 0 132 11 116 121 62
Binary 10101010 11100111 11000 11010 0 1011010 1001 1001110 1010001 110010

Color Harmonies of #AAE718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE718

Black with #AAE718

Text Example


Text Example

White with #AAE718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE718; }

 p { color: rgb(170,231,24); }

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

background-color css

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

 a { background-color: rgb(170,231,24); }

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

border-color css

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

 span { border-color: rgb(170,231,24); }

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