Html Css Color HEX #A8D009 Inch Worm

📋 copy color: '#A8D009'

red 168 ◦ green 208 ◦ blue 9

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

Shades of Inch Worm #A8D009

Tints of Inch Worm #A8D009

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

 GREEN value IS 208 (81.64% from 255) = 54.03%

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 43.64%
G = 54.03%
B = 2.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#A8D009 (or 0xA8D009) is known color: Inch Worm. HEX triplet: A8, D0 and 09. RGB value is (168,208,9). Sum of RGB (Red+Green+Blue) = 168+208+9=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D009 is #572FF6. Grayscale: #AEAEAE. Windows color (decimal): -5713911 or 643240. OLE color: 643240.

HSL color Cylindrical-coordinate representation of color #A8D009: hue angle of 72.06º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8D009 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 9 -
CMYK 0.19 0 0.96 0.18
HSL 72.06º 0.92% 0.43% -
HSV(B) 72.06º 0.96% 0.82% -
XYZ 38.75 53.46 8.53 -
YUV 173.35 35.25 124.18 -
System Red Green Blue C M Y K H S L
Decimal 168 208 9 0.19 0 0.96 0.18 72.06 0.92 0.43
Hex A8 D0 9 13 0 60 12 48 5C 2B
Octal 250 320 11 23 0 140 22 110 134 53
Binary 10101000 11010000 1001 10011 0 1100000 10010 1001000 1011100 101011

Color Harmonies of #A8D009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D009

Black with #A8D009

Text Example


Text Example

White with #A8D009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D009; }

 p { color: rgb(168,208,9); }

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

background-color css

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

 a { background-color: rgb(168,208,9); }

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

border-color css

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

 span { border-color: rgb(168,208,9); }

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