Html Css Color HEX #A0DD1B Inch Worm

📋 copy color: '#A0DD1B'

red 160 ◦ green 221 ◦ blue 27

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

Shades of Inch Worm #A0DD1B

Tints of Inch Worm #A0DD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 39.22%
G = 54.17%
B = 6.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#A0DD1B (or 0xA0DD1B) is known color: Inch Worm. HEX triplet: A0, DD and 1B. RGB value is (160,221,27). Sum of RGB (Red+Green+Blue) = 160+221+27=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD1B is #5F22E4. Grayscale: #B5B5B5. Windows color (decimal): -6234853 or 1826208. OLE color: 1826208.

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

Color convert

RGB 160 221 27 -
CMYK 0.28 0 0.88 0.13
HSL 78.87º 0.78% 0.49% -
HSV(B) 78.87º 0.88% 0.87% -
XYZ 40.55 59.27 10.34 -
YUV 180.65 41.29 113.27 -
System Red Green Blue C M Y K H S L
Decimal 160 221 27 0.28 0 0.88 0.13 78.87 0.78 0.49
Hex A0 DD 1B 1C 0 58 D 4F 4E 31
Octal 240 335 33 34 0 130 15 117 116 61
Binary 10100000 11011101 11011 11100 0 1011000 1101 1001111 1001110 110001

Color Harmonies of #A0DD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD1B

Black with #A0DD1B

Text Example


Text Example

White with #A0DD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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