Html Css Color HEX #A0D814 Inch Worm

📋 copy color: '#A0D814'

red 160 ◦ green 216 ◦ blue 20

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

Shades of Inch Worm #A0D814

Tints of Inch Worm #A0D814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 40.4%
G = 54.55%
B = 5.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#A0D814 (or 0xA0D814) is known color: Inch Worm. HEX triplet: A0, D8 and 14. RGB value is (160,216,20). Sum of RGB (Red+Green+Blue) = 160+216+20=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D814 is #5F27EB. Grayscale: #B1B1B1. Windows color (decimal): -6236140 or 1366176. OLE color: 1366176.

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

Color convert

RGB 160 216 20 -
CMYK 0.26 0 0.91 0.15
HSL 77.14º 0.83% 0.46% -
HSV(B) 77.14º 0.91% 0.85% -
XYZ 39.18 56.64 9.53 -
YUV 176.91 39.45 115.94 -
System Red Green Blue C M Y K H S L
Decimal 160 216 20 0.26 0 0.91 0.15 77.14 0.83 0.46
Hex A0 D8 14 1A 0 5B F 4D 53 2E
Octal 240 330 24 32 0 133 17 115 123 56
Binary 10100000 11011000 10100 11010 0 1011011 1111 1001101 1010011 101110

Color Harmonies of #A0D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D814

Black with #A0D814

Text Example


Text Example

White with #A0D814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D814; }

 p { color: rgb(160,216,20); }

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

background-color css

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

 a { background-color: rgb(160,216,20); }

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

border-color css

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

 span { border-color: rgb(160,216,20); }

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