Html Css Color HEX #A8DF10 Inch Worm

📋 copy color: '#A8DF10'

red 168 ◦ green 223 ◦ blue 16

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

Shades of Inch Worm #A8DF10

Tints of Inch Worm #A8DF10

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.79%

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

R = 41.28%
G = 54.79%
B = 3.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#A8DF10 (or 0xA8DF10) is known color: Inch Worm. HEX triplet: A8, DF and 10. RGB value is (168,223,16). Sum of RGB (Red+Green+Blue) = 168+223+16=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF10 is #5720EF. Grayscale: #B7B7B7. Windows color (decimal): -5710064 or 1105832. OLE color: 1105832.

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

Color convert

RGB 168 223 16 -
CMYK 0.25 0 0.93 0.13
HSL 75.94º 0.87% 0.47% -
HSV(B) 75.94º 0.93% 0.87% -
XYZ 42.63 61.14 10.04 -
YUV 182.96 33.78 117.33 -
System Red Green Blue C M Y K H S L
Decimal 168 223 16 0.25 0 0.93 0.13 75.94 0.87 0.47
Hex A8 DF 10 19 0 5D D 4C 57 2F
Octal 250 337 20 31 0 135 15 114 127 57
Binary 10101000 11011111 10000 11001 0 1011101 1101 1001100 1010111 101111

Color Harmonies of #A8DF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF10

Black with #A8DF10

Text Example


Text Example

White with #A8DF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF10; }

 p { color: rgb(168,223,16); }

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

background-color css

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

 a { background-color: rgb(168,223,16); }

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

border-color css

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

 span { border-color: rgb(168,223,16); }

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