Html Css Color HEX #ADDA14 Inch Worm

📋 copy color: '#ADDA14'

red 173 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #ADDA14

Tints of Inch Worm #ADDA14

RGB

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

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

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

R = 42.09%
G = 53.04%
B = 4.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#ADDA14 (or 0xADDA14) is known color: Inch Worm. HEX triplet: AD, DA and 14. RGB value is (173,218,20). Sum of RGB (Red+Green+Blue) = 173+218+20=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA14 is #5225EB. Grayscale: #B6B6B6. Windows color (decimal): -5383660 or 1366701. OLE color: 1366701.

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

Color convert

RGB 173 218 20 -
CMYK 0.21 0 0.91 0.15
HSL 73.64º 0.83% 0.47% -
HSV(B) 73.64º 0.91% 0.85% -
XYZ 42.43 59.08 9.83 -
YUV 181.97 36.59 121.6 -
System Red Green Blue C M Y K H S L
Decimal 173 218 20 0.21 0 0.91 0.15 73.64 0.83 0.47
Hex AD DA 14 15 0 5B F 4A 53 2F
Octal 255 332 24 25 0 133 17 112 123 57
Binary 10101101 11011010 10100 10101 0 1011011 1111 1001010 1010011 101111

Color Harmonies of #ADDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA14

Black with #ADDA14

Text Example


Text Example

White with #ADDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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