Html Css Color HEX #A7E012 Inch Worm

📋 copy color: '#A7E012'

red 167 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #A7E012

Tints of Inch Worm #A7E012

RGB

 RED value IS 167 (65.63% from 255) = 40.83%

 GREEN value IS 224 (87.89% from 255) = 54.77%

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 40.83%
G = 54.77%
B = 4.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#A7E012 (or 0xA7E012) is known color: Inch Worm. HEX triplet: A7, E0 and 12. RGB value is (167,224,18). Sum of RGB (Red+Green+Blue) = 167+224+18=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7E012 is #581FED. Grayscale: #B8B8B8. Windows color (decimal): -5775342 or 1237159. OLE color: 1237159.

HSL color Cylindrical-coordinate representation of color #A7E012: hue angle of 76.6º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7E012 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 224 18 -
CMYK 0.25 0 0.92 0.12
HSL 76.6º 0.85% 0.47% -
HSV(B) 76.6º 0.92% 0.88% -
XYZ 42.7 61.57 10.21 -
YUV 183.47 34.62 116.25 -
System Red Green Blue C M Y K H S L
Decimal 167 224 18 0.25 0 0.92 0.12 76.6 0.85 0.47
Hex A7 E0 12 19 0 5C C 4D 55 2F
Octal 247 340 22 31 0 134 14 115 125 57
Binary 10100111 11100000 10010 11001 0 1011100 1100 1001101 1010101 101111

Color Harmonies of #A7E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E012

Black with #A7E012

Text Example


Text Example

White with #A7E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E012; }

 p { color: rgb(167,224,18); }

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

background-color css

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

 a { background-color: rgb(167,224,18); }

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

border-color css

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

 span { border-color: rgb(167,224,18); }

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