Html Css Color HEX #A0D91B Inch Worm

📋 copy color: '#A0D91B'

red 160 ◦ green 217 ◦ blue 27

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

Shades of Inch Worm #A0D91B

Tints of Inch Worm #A0D91B

RGB

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

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

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

R = 39.6%
G = 53.71%
B = 6.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#A0D91B (or 0xA0D91B) is known color: Inch Worm. HEX triplet: A0, D9 and 1B. RGB value is (160,217,27). Sum of RGB (Red+Green+Blue) = 160+217+27=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D91B is #5F26E4. Grayscale: #B3B3B3. Windows color (decimal): -6235877 or 1825184. OLE color: 1825184.

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

Color convert

RGB 160 217 27 -
CMYK 0.26 0 0.88 0.15
HSL 78º 0.78% 0.48% -
HSV(B) 78º 0.88% 0.85% -
XYZ 39.51 57.18 9.99 -
YUV 178.3 42.62 114.95 -
System Red Green Blue C M Y K H S L
Decimal 160 217 27 0.26 0 0.88 0.15 78 0.78 0.48
Hex A0 D9 1B 1A 0 58 F 4E 4E 30
Octal 240 331 33 32 0 130 17 116 116 60
Binary 10100000 11011001 11011 11010 0 1011000 1111 1001110 1001110 110000

Color Harmonies of #A0D91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D91B

Black with #A0D91B

Text Example


Text Example

White with #A0D91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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