Html Css Color HEX #A7D100 Inch Worm

📋 copy color: '#A7D100'

red 167 ◦ green 209 ◦ blue 0

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

Shades of Inch Worm #A7D100

Tints of Inch Worm #A7D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.41%
G = 55.59%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#A7D100 (or 0xA7D100) is known color: Inch Worm. HEX triplet: A7, D1 and 00. RGB value is (167,209,0). Sum of RGB (Red+Green+Blue) = 167+209+0=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D100 is #582EFF. Grayscale: #ADADAD. Windows color (decimal): -5779200 or 53671. OLE color: 53671.

HSL color Cylindrical-coordinate representation of color #A7D100: hue angle of 72.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7D100 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 209 0 -
CMYK 0.20 0 1 0.18
HSL 72.06º 1% 0.41% -
HSV(B) 72.06º 1% 0.82% -
XYZ 38.74 53.82 8.35 -
YUV 172.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 167 209 0 0.20 0 1 0.18 72.06 1 0.41
Hex A7 D1 0 14 0 64 12 48 64 29
Octal 247 321 0 24 0 144 22 110 144 51
Binary 10100111 11010001 0 10100 0 1100100 10010 1001000 1100100 101001

Color Harmonies of #A7D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D100

Black with #A7D100

Text Example


Text Example

White with #A7D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D100; }

 p { color: rgb(167,209,0); }

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

background-color css

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

 a { background-color: rgb(167,209,0); }

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

border-color css

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

 span { border-color: rgb(167,209,0); }

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