Html Css Color HEX #ADDF13 Inch Worm

📋 copy color: '#ADDF13'

red 173 ◦ green 223 ◦ blue 19

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

Shades of Inch Worm #ADDF13

Tints of Inch Worm #ADDF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.58%

R = 41.69%
G = 53.73%
B = 4.58%

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

#ADDF13 (or 0xADDF13) is known color: Inch Worm. HEX triplet: AD, DF and 13. RGB value is (173,223,19). Sum of RGB (Red+Green+Blue) = 173+223+19=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF13 is #5220EC. Grayscale: #B9B9B9. Windows color (decimal): -5382381 or 1302445. OLE color: 1302445.

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

Color convert

RGB 173 223 19 -
CMYK 0.22 0 0.91 0.13
HSL 74.71º 0.84% 0.47% -
HSV(B) 74.71º 0.91% 0.87% -
XYZ 43.74 61.71 10.22 -
YUV 184.79 34.44 119.59 -
System Red Green Blue C M Y K H S L
Decimal 173 223 19 0.22 0 0.91 0.13 74.71 0.84 0.47
Hex AD DF 13 16 0 5B D 4B 54 2F
Octal 255 337 23 26 0 133 15 113 124 57
Binary 10101101 11011111 10011 10110 0 1011011 1101 1001011 1010100 101111

Color Harmonies of #ADDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF13

Black with #ADDF13

Text Example


Text Example

White with #ADDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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