Html Css Color HEX #ADD80A Inch Worm

📋 copy color: '#ADD80A'

red 173 ◦ green 216 ◦ blue 10

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

Shades of Inch Worm #ADD80A

Tints of Inch Worm #ADD80A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.14%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 43.36%
G = 54.14%
B = 2.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#ADD80A (or 0xADD80A) is known color: Inch Worm. HEX triplet: AD, D8 and 0A. RGB value is (173,216,10). Sum of RGB (Red+Green+Blue) = 173+216+10=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD80A is #5227F5. Grayscale: #B4B4B4. Windows color (decimal): -5384182 or 710829. OLE color: 710829.

HSL color Cylindrical-coordinate representation of color #ADD80A: hue angle of 72.52º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADD80A is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 10 -
CMYK 0.20 0 0.95 0.15
HSL 72.52º 0.91% 0.44% -
HSV(B) 72.52º 0.95% 0.85% -
XYZ 41.84 58.02 9.28 -
YUV 179.66 32.25 123.25 -
System Red Green Blue C M Y K H S L
Decimal 173 216 10 0.20 0 0.95 0.15 72.52 0.91 0.44
Hex AD D8 A 14 0 5F F 49 5B 2C
Octal 255 330 12 24 0 137 17 111 133 54
Binary 10101101 11011000 1010 10100 0 1011111 1111 1001001 1011011 101100

Color Harmonies of #ADD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD80A

Black with #ADD80A

Text Example


Text Example

White with #ADD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD80A; }

 p { color: rgb(173,216,10); }

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

background-color css

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

 a { background-color: rgb(173,216,10); }

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

border-color css

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

 span { border-color: rgb(173,216,10); }

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