Html Css Color HEX #A3D70A Inch Worm

📋 copy color: '#A3D70A'

red 163 ◦ green 215 ◦ blue 10

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

Shades of Inch Worm #A3D70A

Tints of Inch Worm #A3D70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.41%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 42.01%
G = 55.41%
B = 2.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#A3D70A (or 0xA3D70A) is known color: Inch Worm. HEX triplet: A3, D7 and 0A. RGB value is (163,215,10). Sum of RGB (Red+Green+Blue) = 163+215+10=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D70A is #5C28F5. Grayscale: #B0B0B0. Windows color (decimal): -6039798 or 710563. OLE color: 710563.

HSL color Cylindrical-coordinate representation of color #A3D70A: hue angle of 75.22º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3D70A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 215 10 -
CMYK 0.24 0 0.95 0.16
HSL 75.22º 0.91% 0.44% -
HSV(B) 75.22º 0.95% 0.84% -
XYZ 39.46 56.41 9.1 -
YUV 176.08 34.27 118.67 -
System Red Green Blue C M Y K H S L
Decimal 163 215 10 0.24 0 0.95 0.16 75.22 0.91 0.44
Hex A3 D7 A 18 0 5F 10 4B 5B 2C
Octal 243 327 12 30 0 137 20 113 133 54
Binary 10100011 11010111 1010 11000 0 1011111 10000 1001011 1011011 101100

Color Harmonies of #A3D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D70A

Black with #A3D70A

Text Example


Text Example

White with #A3D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D70A; }

 p { color: rgb(163,215,10); }

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

background-color css

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

 a { background-color: rgb(163,215,10); }

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

border-color css

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

 span { border-color: rgb(163,215,10); }

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