Html Css Color HEX #AAE914 Inch Worm

📋 copy color: '#AAE914'

red 170 ◦ green 233 ◦ blue 20

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

Shades of Inch Worm #AAE914

Tints of Inch Worm #AAE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.08%

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 40.19%
G = 55.08%
B = 4.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#AAE914 (or 0xAAE914) is known color: Inch Worm. HEX triplet: AA, E9 and 14. RGB value is (170,233,20). Sum of RGB (Red+Green+Blue) = 170+233+20=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE914 is #5516EB. Grayscale: #BEBEBE. Windows color (decimal): -5576428 or 1370538. OLE color: 1370538.

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

Color convert

RGB 170 233 20 -
CMYK 0.27 0 0.91 0.09
HSL 77.75º 0.84% 0.5% -
HSV(B) 77.75º 0.91% 0.91% -
XYZ 45.84 66.87 11.15 -
YUV 189.88 32.13 113.82 -
System Red Green Blue C M Y K H S L
Decimal 170 233 20 0.27 0 0.91 0.09 77.75 0.84 0.5
Hex AA E9 14 1B 0 5B 9 4E 54 32
Octal 252 351 24 33 0 133 11 116 124 62
Binary 10101010 11101001 10100 11011 0 1011011 1001 1001110 1010100 110010

Color Harmonies of #AAE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE914

Black with #AAE914

Text Example


Text Example

White with #AAE914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE914; }

 p { color: rgb(170,233,20); }

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

background-color css

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

 a { background-color: rgb(170,233,20); }

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

border-color css

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

 span { border-color: rgb(170,233,20); }

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