Html Css Color HEX #A9DA0A Inch Worm

📋 copy color: '#A9DA0A'

red 169 ◦ green 218 ◦ blue 10

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

Shades of Inch Worm #A9DA0A

Tints of Inch Worm #A9DA0A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.91%

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 42.57%
G = 54.91%
B = 2.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#A9DA0A (or 0xA9DA0A) is known color: Inch Worm. HEX triplet: A9, DA and 0A. RGB value is (169,218,10). Sum of RGB (Red+Green+Blue) = 169+218+10=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DA0A is #5625F5. Grayscale: #B4B4B4. Windows color (decimal): -5645814 or 711337. OLE color: 711337.

HSL color Cylindrical-coordinate representation of color #A9DA0A: hue angle of 74.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9DA0A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 218 10 -
CMYK 0.22 0 0.95 0.15
HSL 74.13º 0.91% 0.45% -
HSV(B) 74.13º 0.95% 0.85% -
XYZ 41.49 58.6 9.41 -
YUV 179.64 32.27 120.41 -
System Red Green Blue C M Y K H S L
Decimal 169 218 10 0.22 0 0.95 0.15 74.13 0.91 0.45
Hex A9 DA A 16 0 5F F 4A 5B 2D
Octal 251 332 12 26 0 137 17 112 133 55
Binary 10101001 11011010 1010 10110 0 1011111 1111 1001010 1011011 101101

Color Harmonies of #A9DA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DA0A

Black with #A9DA0A

Text Example


Text Example

White with #A9DA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DA0A; }

 p { color: rgb(169,218,10); }

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

background-color css

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

 a { background-color: rgb(169,218,10); }

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

border-color css

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

 span { border-color: rgb(169,218,10); }

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