Html Css Color HEX #A9E010 Inch Worm

📋 copy color: '#A9E010'

red 169 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #A9E010

Tints of Inch Worm #A9E010

RGB

 RED value IS 169 (66.41% from 255) = 41.32%

 GREEN value IS 224 (87.89% from 255) = 54.77%

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 41.32%
G = 54.77%
B = 3.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#A9E010 (or 0xA9E010) is known color: Inch Worm. HEX triplet: A9, E0 and 10. RGB value is (169,224,16). Sum of RGB (Red+Green+Blue) = 169+224+16=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9E010 is #561FEF. Grayscale: #B8B8B8. Windows color (decimal): -5644272 or 1106089. OLE color: 1106089.

HSL color Cylindrical-coordinate representation of color #A9E010: hue angle of 75.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9E010 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 224 16 -
CMYK 0.25 0 0.93 0.12
HSL 75.87º 0.87% 0.47% -
HSV(B) 75.87º 0.93% 0.88% -
XYZ 43.11 61.78 10.14 -
YUV 183.84 33.28 117.41 -
System Red Green Blue C M Y K H S L
Decimal 169 224 16 0.25 0 0.93 0.12 75.87 0.87 0.47
Hex A9 E0 10 19 0 5D C 4C 57 2F
Octal 251 340 20 31 0 135 14 114 127 57
Binary 10101001 11100000 10000 11001 0 1011101 1100 1001100 1010111 101111

Color Harmonies of #A9E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E010

Black with #A9E010

Text Example


Text Example

White with #A9E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E010; }

 p { color: rgb(169,224,16); }

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

background-color css

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

 a { background-color: rgb(169,224,16); }

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

border-color css

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

 span { border-color: rgb(169,224,16); }

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