Html Css Color HEX #ABDD14 Inch Worm

📋 copy color: '#ABDD14'

red 171 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #ABDD14

Tints of Inch Worm #ABDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.64%

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

R = 41.5%
G = 53.64%
B = 4.85%

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

#ABDD14 (or 0xABDD14) is known color: Inch Worm. HEX triplet: AB, DD and 14. RGB value is (171,221,20). Sum of RGB (Red+Green+Blue) = 171+221+20=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD14 is #5422EB. Grayscale: #B7B7B7. Windows color (decimal): -5513964 or 1367467. OLE color: 1367467.

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

Color convert

RGB 171 221 20 -
CMYK 0.23 0 0.91 0.13
HSL 74.93º 0.83% 0.47% -
HSV(B) 74.93º 0.91% 0.87% -
XYZ 42.78 60.42 10.07 -
YUV 183.14 35.94 119.34 -
System Red Green Blue C M Y K H S L
Decimal 171 221 20 0.23 0 0.91 0.13 74.93 0.83 0.47
Hex AB DD 14 17 0 5B D 4B 53 2F
Octal 253 335 24 27 0 133 15 113 123 57
Binary 10101011 11011101 10100 10111 0 1011011 1101 1001011 1010011 101111

Color Harmonies of #ABDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD14

Black with #ABDD14

Text Example


Text Example

White with #ABDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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