Html Css Color HEX #ABDB14 Inch Worm

📋 copy color: '#ABDB14'

red 171 ◦ green 219 ◦ blue 20

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

Shades of Inch Worm #ABDB14

Tints of Inch Worm #ABDB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 41.71%
G = 53.41%
B = 4.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#ABDB14 (or 0xABDB14) is known color: Inch Worm. HEX triplet: AB, DB and 14. RGB value is (171,219,20). Sum of RGB (Red+Green+Blue) = 171+219+20=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDB14 is #5424EB. Grayscale: #B6B6B6. Windows color (decimal): -5514476 or 1366955. OLE color: 1366955.

HSL color Cylindrical-coordinate representation of color #ABDB14: hue angle of 74.47º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABDB14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 20 -
CMYK 0.22 0 0.91 0.14
HSL 74.47º 0.83% 0.47% -
HSV(B) 74.47º 0.91% 0.86% -
XYZ 42.25 59.37 9.89 -
YUV 181.96 36.6 120.18 -
System Red Green Blue C M Y K H S L
Decimal 171 219 20 0.22 0 0.91 0.14 74.47 0.83 0.47
Hex AB DB 14 16 0 5B E 4A 53 2F
Octal 253 333 24 26 0 133 16 112 123 57
Binary 10101011 11011011 10100 10110 0 1011011 1110 1001010 1010011 101111

Color Harmonies of #ABDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDB14

Black with #ABDB14

Text Example


Text Example

White with #ABDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDB14; }

 p { color: rgb(171,219,20); }

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

background-color css

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

 a { background-color: rgb(171,219,20); }

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

border-color css

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

 span { border-color: rgb(171,219,20); }

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