Html Css Color HEX #A8DB05 Inch Worm

📋 copy color: '#A8DB05'

red 168 ◦ green 219 ◦ blue 5

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

Shades of Inch Worm #A8DB05

Tints of Inch Worm #A8DB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 42.86%
G = 55.87%
B = 1.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#A8DB05 (or 0xA8DB05) is known color: Inch Worm. HEX triplet: A8, DB and 05. RGB value is (168,219,5). Sum of RGB (Red+Green+Blue) = 168+219+5=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DB05 is #5724FA. Grayscale: #B4B4B4. Windows color (decimal): -5711099 or 383912. OLE color: 383912.

HSL color Cylindrical-coordinate representation of color #A8DB05: hue angle of 74.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8DB05 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 5 -
CMYK 0.23 0 0.98 0.14
HSL 74.3º 0.96% 0.44% -
HSV(B) 74.3º 0.98% 0.86% -
XYZ 41.51 59 9.34 -
YUV 179.36 29.6 119.9 -
System Red Green Blue C M Y K H S L
Decimal 168 219 5 0.23 0 0.98 0.14 74.3 0.96 0.44
Hex A8 DB 5 17 0 62 E 4A 60 2C
Octal 250 333 5 27 0 142 16 112 140 54
Binary 10101000 11011011 101 10111 0 1100010 1110 1001010 1100000 101100

Color Harmonies of #A8DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB05

Black with #A8DB05

Text Example


Text Example

White with #A8DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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