Html Css Color HEX #A8DB16 Inch Worm

📋 copy color: '#A8DB16'

red 168 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #A8DB16

Tints of Inch Worm #A8DB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.55%

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 41.08%
G = 53.55%
B = 5.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#A8DB16 (or 0xA8DB16) is known color: Inch Worm. HEX triplet: A8, DB and 16. RGB value is (168,219,22). Sum of RGB (Red+Green+Blue) = 168+219+22=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DB16 is #5724E9. Grayscale: #B6B6B6. Windows color (decimal): -5711082 or 1498024. OLE color: 1498024.

HSL color Cylindrical-coordinate representation of color #A8DB16: hue angle of 75.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8DB16 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 22 -
CMYK 0.23 0 0.90 0.14
HSL 75.53º 0.82% 0.47% -
HSV(B) 75.53º 0.9% 0.86% -
XYZ 41.62 59.05 9.96 -
YUV 181.29 38.1 118.52 -
System Red Green Blue C M Y K H S L
Decimal 168 219 22 0.23 0 0.90 0.14 75.53 0.82 0.47
Hex A8 DB 16 17 0 5A E 4C 52 2F
Octal 250 333 26 27 0 132 16 114 122 57
Binary 10101000 11011011 10110 10111 0 1011010 1110 1001100 1010010 101111

Color Harmonies of #A8DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB16

Black with #A8DB16

Text Example


Text Example

White with #A8DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB16; }

 p { color: rgb(168,219,22); }

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

background-color css

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

 a { background-color: rgb(168,219,22); }

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

border-color css

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

 span { border-color: rgb(168,219,22); }

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