Html Css Color HEX #A0D91D Inch Worm

📋 copy color: '#A0D91D'

red 160 ◦ green 217 ◦ blue 29

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

Shades of Inch Worm #A0D91D

Tints of Inch Worm #A0D91D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.45%

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 39.41%
G = 53.45%
B = 7.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#A0D91D (or 0xA0D91D) is known color: Inch Worm. HEX triplet: A0, D9 and 1D. RGB value is (160,217,29). Sum of RGB (Red+Green+Blue) = 160+217+29=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D91D is #5F26E2. Grayscale: #B3B3B3. Windows color (decimal): -6235875 or 1956256. OLE color: 1956256.

HSL color Cylindrical-coordinate representation of color #A0D91D: hue angle of 78.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0D91D is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 29 -
CMYK 0.26 0 0.87 0.15
HSL 78.19º 0.76% 0.48% -
HSV(B) 78.19º 0.87% 0.85% -
XYZ 39.53 57.19 10.12 -
YUV 178.53 43.62 114.79 -
System Red Green Blue C M Y K H S L
Decimal 160 217 29 0.26 0 0.87 0.15 78.19 0.76 0.48
Hex A0 D9 1D 1A 0 57 F 4E 4C 30
Octal 240 331 35 32 0 127 17 116 114 60
Binary 10100000 11011001 11101 11010 0 1010111 1111 1001110 1001100 110000

Color Harmonies of #A0D91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D91D

Black with #A0D91D

Text Example


Text Example

White with #A0D91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D91D; }

 p { color: rgb(160,217,29); }

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

background-color css

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

 a { background-color: rgb(160,217,29); }

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

border-color css

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

 span { border-color: rgb(160,217,29); }

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