Html Css Color HEX #A0DD0F Inch Worm

📋 copy color: '#A0DD0F'

red 160 ◦ green 221 ◦ blue 15

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

Shades of Inch Worm #A0DD0F

Tints of Inch Worm #A0DD0F

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 221 (86.72% from 255) = 55.81%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 40.4%
G = 55.81%
B = 3.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#A0DD0F (or 0xA0DD0F) is known color: Inch Worm. HEX triplet: A0, DD and 0F. RGB value is (160,221,15). Sum of RGB (Red+Green+Blue) = 160+221+15=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DD0F is #5F22F0. Grayscale: #B4B4B4. Windows color (decimal): -6234865 or 1039776. OLE color: 1039776.

HSL color Cylindrical-coordinate representation of color #A0DD0F: hue angle of 77.77º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0DD0F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 15 -
CMYK 0.28 0 0.93 0.13
HSL 77.77º 0.87% 0.46% -
HSV(B) 77.77º 0.93% 0.87% -
XYZ 40.44 59.22 9.75 -
YUV 179.28 35.29 114.25 -
System Red Green Blue C M Y K H S L
Decimal 160 221 15 0.28 0 0.93 0.13 77.77 0.87 0.46
Hex A0 DD F 1C 0 5D D 4E 57 2E
Octal 240 335 17 34 0 135 15 116 127 56
Binary 10100000 11011101 1111 11100 0 1011101 1101 1001110 1010111 101110

Color Harmonies of #A0DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD0F

Black with #A0DD0F

Text Example


Text Example

White with #A0DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD0F; }

 p { color: rgb(160,221,15); }

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

background-color css

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

 a { background-color: rgb(160,221,15); }

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

border-color css

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

 span { border-color: rgb(160,221,15); }

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