Html Css Color HEX #A4D70A Inch Worm

📋 copy color: '#A4D70A'

red 164 ◦ green 215 ◦ blue 10

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

Shades of Inch Worm #A4D70A

Tints of Inch Worm #A4D70A

RGB

 RED value IS 164 (64.45% from 255) = 42.16%

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

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

R = 42.16%
G = 55.27%
B = 2.57%

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

#A4D70A (or 0xA4D70A) is known color: Inch Worm. HEX triplet: A4, D7 and 0A. RGB value is (164,215,10). Sum of RGB (Red+Green+Blue) = 164+215+10=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D70A is #5B28F5. Grayscale: #B1B1B1. Windows color (decimal): -5974262 or 710564. OLE color: 710564.

HSL color Cylindrical-coordinate representation of color #A4D70A: hue angle of 74.93º 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 #A4D70A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 215 10 -
CMYK 0.24 0 0.95 0.16
HSL 74.93º 0.91% 0.44% -
HSV(B) 74.93º 0.95% 0.84% -
XYZ 39.67 56.52 9.11 -
YUV 176.38 34.1 119.17 -
System Red Green Blue C M Y K H S L
Decimal 164 215 10 0.24 0 0.95 0.16 74.93 0.91 0.44
Hex A4 D7 A 18 0 5F 10 4B 5B 2C
Octal 244 327 12 30 0 137 20 113 133 54
Binary 10100100 11010111 1010 11000 0 1011111 10000 1001011 1011011 101100

Color Harmonies of #A4D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D70A

Black with #A4D70A

Text Example


Text Example

White with #A4D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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