Html Css Color HEX #A8DA0C Inch Worm

📋 copy color: '#A8DA0C'

red 168 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #A8DA0C

Tints of Inch Worm #A8DA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 42.21%
G = 54.77%
B = 3.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#A8DA0C (or 0xA8DA0C) is known color: Inch Worm. HEX triplet: A8, DA and 0C. RGB value is (168,218,12). Sum of RGB (Red+Green+Blue) = 168+218+12=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA0C is #5725F3. Grayscale: #B4B4B4. Windows color (decimal): -5711348 or 842408. OLE color: 842408.

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

Color convert

RGB 168 218 12 -
CMYK 0.23 0 0.94 0.15
HSL 74.56º 0.9% 0.45% -
HSV(B) 74.56º 0.94% 0.85% -
XYZ 41.29 58.49 9.46 -
YUV 179.57 33.44 119.75 -
System Red Green Blue C M Y K H S L
Decimal 168 218 12 0.23 0 0.94 0.15 74.56 0.9 0.45
Hex A8 DA C 17 0 5E F 4B 5A 2D
Octal 250 332 14 27 0 136 17 113 132 55
Binary 10101000 11011010 1100 10111 0 1011110 1111 1001011 1011010 101101

Color Harmonies of #A8DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA0C

Black with #A8DA0C

Text Example


Text Example

White with #A8DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA0C; }

 p { color: rgb(168,218,12); }

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

background-color css

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

 a { background-color: rgb(168,218,12); }

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

border-color css

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

 span { border-color: rgb(168,218,12); }

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