Html Css Color HEX #ABDA14 Inch Worm

📋 copy color: '#ABDA14'

red 171 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #ABDA14

Tints of Inch Worm #ABDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

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

R = 41.81%
G = 53.3%
B = 4.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#ABDA14 (or 0xABDA14) is known color: Inch Worm. HEX triplet: AB, DA and 14. RGB value is (171,218,20). Sum of RGB (Red+Green+Blue) = 171+218+20=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDA14 is #5425EB. Grayscale: #B6B6B6. Windows color (decimal): -5514732 or 1366699. OLE color: 1366699.

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

Color convert

RGB 171 218 20 -
CMYK 0.22 0 0.91 0.15
HSL 74.24º 0.83% 0.47% -
HSV(B) 74.24º 0.91% 0.85% -
XYZ 41.99 58.85 9.81 -
YUV 181.38 36.93 120.6 -
System Red Green Blue C M Y K H S L
Decimal 171 218 20 0.22 0 0.91 0.15 74.24 0.83 0.47
Hex AB DA 14 16 0 5B F 4A 53 2F
Octal 253 332 24 26 0 133 17 112 123 57
Binary 10101011 11011010 10100 10110 0 1011011 1111 1001010 1010011 101111

Color Harmonies of #ABDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA14

Black with #ABDA14

Text Example


Text Example

White with #ABDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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