Html Css Color HEX #ADDE14 Inch Worm

📋 copy color: '#ADDE14'

red 173 ◦ green 222 ◦ blue 20

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

Shades of Inch Worm #ADDE14

Tints of Inch Worm #ADDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.49%

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

R = 41.69%
G = 53.49%
B = 4.82%

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

#ADDE14 (or 0xADDE14) is known color: Inch Worm. HEX triplet: AD, DE and 14. RGB value is (173,222,20). Sum of RGB (Red+Green+Blue) = 173+222+20=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 222 (87.11% from 255 or 53.49% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDE14 is #5221EB. Grayscale: #B9B9B9. Windows color (decimal): -5382636 or 1367725. OLE color: 1367725.

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

Color convert

RGB 173 222 20 -
CMYK 0.22 0 0.91 0.13
HSL 74.55º 0.83% 0.47% -
HSV(B) 74.55º 0.91% 0.87% -
XYZ 43.48 61.18 10.18 -
YUV 184.32 35.27 119.93 -
System Red Green Blue C M Y K H S L
Decimal 173 222 20 0.22 0 0.91 0.13 74.55 0.83 0.47
Hex AD DE 14 16 0 5B D 4B 53 2F
Octal 255 336 24 26 0 133 15 113 123 57
Binary 10101101 11011110 10100 10110 0 1011011 1101 1001011 1010011 101111

Color Harmonies of #ADDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDE14

Black with #ADDE14

Text Example


Text Example

White with #ADDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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