Html Css Color HEX #A0E40C Inch Worm

📋 copy color: '#A0E40C'

red 160 ◦ green 228 ◦ blue 12

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

Shades of Inch Worm #A0E40C

Tints of Inch Worm #A0E40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 40%
G = 57%
B = 3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A0E40C (or 0xA0E40C) is known color: Inch Worm. HEX triplet: A0, E4 and 0C. RGB value is (160,228,12). Sum of RGB (Red+Green+Blue) = 160+228+12=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E40C is #5F1BF3. Grayscale: #B7B7B7. Windows color (decimal): -6233076 or 844960. OLE color: 844960.

HSL color Cylindrical-coordinate representation of color #A0E40C: hue angle of 78.89º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0E40C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 12 -
CMYK 0.30 0 0.95 0.11
HSL 78.89º 0.9% 0.47% -
HSV(B) 78.89º 0.95% 0.89% -
XYZ 42.31 62.99 10.28 -
YUV 183.04 31.47 111.56 -
System Red Green Blue C M Y K H S L
Decimal 160 228 12 0.30 0 0.95 0.11 78.89 0.9 0.47
Hex A0 E4 C 1E 0 5F B 4F 5A 2F
Octal 240 344 14 36 0 137 13 117 132 57
Binary 10100000 11100100 1100 11110 0 1011111 1011 1001111 1011010 101111

Color Harmonies of #A0E40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E40C

Black with #A0E40C

Text Example


Text Example

White with #A0E40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E40C; }

 p { color: rgb(160,228,12); }

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

background-color css

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

 a { background-color: rgb(160,228,12); }

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

border-color css

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

 span { border-color: rgb(160,228,12); }

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