Html Css Color HEX #ADD70E Inch Worm

📋 copy color: '#ADD70E'

red 173 ◦ green 215 ◦ blue 14

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

Shades of Inch Worm #ADD70E

Tints of Inch Worm #ADD70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.48%

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 43.03%
G = 53.48%
B = 3.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#ADD70E (or 0xADD70E) is known color: Inch Worm. HEX triplet: AD, D7 and 0E. RGB value is (173,215,14). Sum of RGB (Red+Green+Blue) = 173+215+14=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD70E is #5228F1. Grayscale: #B4B4B4. Windows color (decimal): -5384434 or 972717. OLE color: 972717.

HSL color Cylindrical-coordinate representation of color #ADD70E: hue angle of 72.54º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADD70E is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 14 -
CMYK 0.20 0 0.93 0.16
HSL 72.54º 0.88% 0.45% -
HSV(B) 72.54º 0.93% 0.84% -
XYZ 41.61 57.52 9.32 -
YUV 179.53 34.59 123.34 -
System Red Green Blue C M Y K H S L
Decimal 173 215 14 0.20 0 0.93 0.16 72.54 0.88 0.45
Hex AD D7 E 14 0 5D 10 49 58 2D
Octal 255 327 16 24 0 135 20 111 130 55
Binary 10101101 11010111 1110 10100 0 1011101 10000 1001001 1011000 101101

Color Harmonies of #ADD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD70E

Black with #ADD70E

Text Example


Text Example

White with #ADD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD70E; }

 p { color: rgb(173,215,14); }

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

background-color css

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

 a { background-color: rgb(173,215,14); }

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

border-color css

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

 span { border-color: rgb(173,215,14); }

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