Html Css Color HEX #A3E320 Inch Worm

📋 copy color: '#A3E320'

red 163 ◦ green 227 ◦ blue 32

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

Shades of Inch Worm #A3E320

Tints of Inch Worm #A3E320

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

 GREEN value IS 227 (89.06% from 255) = 53.79%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 38.63%
G = 53.79%
B = 7.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#A3E320 (or 0xA3E320) is known color: Inch Worm. HEX triplet: A3, E3 and 20. RGB value is (163,227,32). Sum of RGB (Red+Green+Blue) = 163+227+32=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E320 is #5C1CDF. Grayscale: #BABABA. Windows color (decimal): -6036704 or 2155427. OLE color: 2155427.

HSL color Cylindrical-coordinate representation of color #A3E320: hue angle of 79.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3E320 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 227 32 -
CMYK 0.28 0 0.86 0.11
HSL 79.69º 0.78% 0.51% -
HSV(B) 79.69º 0.86% 0.89% -
XYZ 42.83 62.83 11.24 -
YUV 185.63 41.3 111.86 -
System Red Green Blue C M Y K H S L
Decimal 163 227 32 0.28 0 0.86 0.11 79.69 0.78 0.51
Hex A3 E3 20 1C 0 56 B 50 4E 33
Octal 243 343 40 34 0 126 13 120 116 63
Binary 10100011 11100011 100000 11100 0 1010110 1011 1010000 1001110 110011

Color Harmonies of #A3E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E320

Black with #A3E320

Text Example


Text Example

White with #A3E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E320; }

 p { color: rgb(163,227,32); }

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

background-color css

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

 a { background-color: rgb(163,227,32); }

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

border-color css

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

 span { border-color: rgb(163,227,32); }

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