Html Css Color HEX #ABDC06 Inch Worm

📋 copy color: '#ABDC06'

red 171 ◦ green 220 ◦ blue 6

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

Shades of Inch Worm #ABDC06

Tints of Inch Worm #ABDC06

RGB

 RED value IS 171 (67.19% from 255) = 43.07%

 GREEN value IS 220 (86.33% from 255) = 55.42%

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

R = 43.07%
G = 55.42%
B = 1.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#ABDC06 (or 0xABDC06) is known color: Inch Worm. HEX triplet: AB, DC and 06. RGB value is (171,220,6). Sum of RGB (Red+Green+Blue) = 171+220+6=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC06 is #5423F9. Grayscale: #B5B5B5. Windows color (decimal): -5514234 or 449707. OLE color: 449707.

HSL color Cylindrical-coordinate representation of color #ABDC06: hue angle of 73.74º 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 #ABDC06 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 6 -
CMYK 0.22 0 0.97 0.14
HSL 73.74º 0.95% 0.44% -
HSV(B) 73.74º 0.97% 0.86% -
XYZ 42.42 59.86 9.49 -
YUV 180.95 29.27 120.9 -
System Red Green Blue C M Y K H S L
Decimal 171 220 6 0.22 0 0.97 0.14 73.74 0.95 0.44
Hex AB DC 6 16 0 61 E 4A 5F 2C
Octal 253 334 6 26 0 141 16 112 137 54
Binary 10101011 11011100 110 10110 0 1100001 1110 1001010 1011111 101100

Color Harmonies of #ABDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC06

Black with #ABDC06

Text Example


Text Example

White with #ABDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC06; }

 p { color: rgb(171,220,6); }

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

background-color css

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

 a { background-color: rgb(171,220,6); }

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

border-color css

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

 span { border-color: rgb(171,220,6); }

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