Html Css Color HEX #ADDF14 Inch Worm

📋 copy color: '#ADDF14'

red 173 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #ADDF14

Tints of Inch Worm #ADDF14

RGB

 RED value IS 173 (67.97% from 255) = 41.59%

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

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

R = 41.59%
G = 53.61%
B = 4.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#ADDF14 (or 0xADDF14) is known color: Inch Worm. HEX triplet: AD, DF and 14. RGB value is (173,223,20). Sum of RGB (Red+Green+Blue) = 173+223+20=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF14 is #5220EB. Grayscale: #B9B9B9. Windows color (decimal): -5382380 or 1367981. OLE color: 1367981.

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

Color convert

RGB 173 223 20 -
CMYK 0.22 0 0.91 0.13
HSL 74.78º 0.84% 0.48% -
HSV(B) 74.78º 0.91% 0.87% -
XYZ 43.75 61.71 10.27 -
YUV 184.91 34.94 119.51 -
System Red Green Blue C M Y K H S L
Decimal 173 223 20 0.22 0 0.91 0.13 74.78 0.84 0.48
Hex AD DF 14 16 0 5B D 4B 54 30
Octal 255 337 24 26 0 133 15 113 124 60
Binary 10101101 11011111 10100 10110 0 1011011 1101 1001011 1010100 110000

Color Harmonies of #ADDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF14

Black with #ADDF14

Text Example


Text Example

White with #ADDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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