Html Css Color HEX #A9E014 Inch Worm

📋 copy color: '#A9E014'

red 169 ◦ green 224 ◦ blue 20

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

Shades of Inch Worm #A9E014

Tints of Inch Worm #A9E014

RGB

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

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

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

R = 40.92%
G = 54.24%
B = 4.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#A9E014 (or 0xA9E014) is known color: Inch Worm. HEX triplet: A9, E0 and 14. RGB value is (169,224,20). Sum of RGB (Red+Green+Blue) = 169+224+20=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9E014 is #561FEB. Grayscale: #B9B9B9. Windows color (decimal): -5644268 or 1368233. OLE color: 1368233.

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

Color convert

RGB 169 224 20 -
CMYK 0.25 0 0.91 0.12
HSL 76.18º 0.84% 0.48% -
HSV(B) 76.18º 0.91% 0.88% -
XYZ 43.14 61.8 10.32 -
YUV 184.3 35.28 117.09 -
System Red Green Blue C M Y K H S L
Decimal 169 224 20 0.25 0 0.91 0.12 76.18 0.84 0.48
Hex A9 E0 14 19 0 5B C 4C 54 30
Octal 251 340 24 31 0 133 14 114 124 60
Binary 10101001 11100000 10100 11001 0 1011011 1100 1001100 1010100 110000

Color Harmonies of #A9E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E014

Black with #A9E014

Text Example


Text Example

White with #A9E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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