Html Css Color HEX #A8DB06 Inch Worm

📋 copy color: '#A8DB06'

red 168 ◦ green 219 ◦ blue 6

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

Shades of Inch Worm #A8DB06

Tints of Inch Worm #A8DB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 42.75%
G = 55.73%
B = 1.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#A8DB06 (or 0xA8DB06) is known color: Inch Worm. HEX triplet: A8, DB and 06. RGB value is (168,219,6). Sum of RGB (Red+Green+Blue) = 168+219+6=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DB06 is #5724F9. Grayscale: #B4B4B4. Windows color (decimal): -5711098 or 449448. OLE color: 449448.

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

Color convert

RGB 168 219 6 -
CMYK 0.23 0 0.97 0.14
HSL 74.37º 0.95% 0.44% -
HSV(B) 74.37º 0.97% 0.86% -
XYZ 41.51 59 9.37 -
YUV 179.47 30.1 119.82 -
System Red Green Blue C M Y K H S L
Decimal 168 219 6 0.23 0 0.97 0.14 74.37 0.95 0.44
Hex A8 DB 6 17 0 61 E 4A 5F 2C
Octal 250 333 6 27 0 141 16 112 137 54
Binary 10101000 11011011 110 10111 0 1100001 1110 1001010 1011111 101100

Color Harmonies of #A8DB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB06

Black with #A8DB06

Text Example


Text Example

White with #A8DB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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