Html Css Color HEX #A8D10B Inch Worm

📋 copy color: '#A8D10B'

red 168 ◦ green 209 ◦ blue 11

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

Shades of Inch Worm #A8D10B

Tints of Inch Worm #A8D10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.87%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 43.3%
G = 53.87%
B = 2.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#A8D10B (or 0xA8D10B) is known color: Inch Worm. HEX triplet: A8, D1 and 0B. RGB value is (168,209,11). Sum of RGB (Red+Green+Blue) = 168+209+11=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D10B is #572EF4. Grayscale: #AEAEAE. Windows color (decimal): -5713653 or 774568. OLE color: 774568.

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

Color convert

RGB 168 209 11 -
CMYK 0.20 0 0.95 0.18
HSL 72.42º 0.9% 0.43% -
HSV(B) 72.42º 0.95% 0.82% -
XYZ 39.01 53.95 8.67 -
YUV 174.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 168 209 11 0.20 0 0.95 0.18 72.42 0.9 0.43
Hex A8 D1 B 14 0 5F 12 48 5A 2B
Octal 250 321 13 24 0 137 22 110 132 53
Binary 10101000 11010001 1011 10100 0 1011111 10010 1001000 1011010 101011

Color Harmonies of #A8D10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D10B

Black with #A8D10B

Text Example


Text Example

White with #A8D10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D10B; }

 p { color: rgb(168,209,11); }

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

background-color css

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

 a { background-color: rgb(168,209,11); }

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

border-color css

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

 span { border-color: rgb(168,209,11); }

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