Html Css Color HEX #ABDF14 Inch Worm

📋 copy color: '#ABDF14'

red 171 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #ABDF14

Tints of Inch Worm #ABDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.86%

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

R = 41.3%
G = 53.86%
B = 4.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#ABDF14 (or 0xABDF14) is known color: Inch Worm. HEX triplet: AB, DF and 14. RGB value is (171,223,20). Sum of RGB (Red+Green+Blue) = 171+223+20=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDF14 is #5420EB. Grayscale: #B9B9B9. Windows color (decimal): -5513452 or 1367979. OLE color: 1367979.

HSL color Cylindrical-coordinate representation of color #ABDF14: hue angle of 75.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABDF14 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 20 -
CMYK 0.23 0 0.91 0.13
HSL 75.37º 0.84% 0.48% -
HSV(B) 75.37º 0.91% 0.87% -
XYZ 43.31 61.48 10.25 -
YUV 184.31 35.27 118.51 -
System Red Green Blue C M Y K H S L
Decimal 171 223 20 0.23 0 0.91 0.13 75.37 0.84 0.48
Hex AB DF 14 17 0 5B D 4B 54 30
Octal 253 337 24 27 0 133 15 113 124 60
Binary 10101011 11011111 10100 10111 0 1011011 1101 1001011 1010100 110000

Color Harmonies of #ABDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF14

Black with #ABDF14

Text Example


Text Example

White with #ABDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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