Html Css Color HEX #A7DD00 Inch Worm

📋 copy color: '#A7DD00'

red 167 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #A7DD00

Tints of Inch Worm #A7DD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.96%

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

R = 43.04%
G = 56.96%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#A7DD00 (or 0xA7DD00) is known color: Inch Worm. HEX triplet: A7, DD and 00. RGB value is (167,221,0). Sum of RGB (Red+Green+Blue) = 167+221+0=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7DD00 is #5822FF. Grayscale: #B4B4B4. Windows color (decimal): -5776128 or 56743. OLE color: 56743.

HSL color Cylindrical-coordinate representation of color #A7DD00: hue angle of 74.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7DD00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 221 0 -
CMYK 0.24 0 1 0.13
HSL 74.66º 1% 0.43% -
HSV(B) 74.66º 1% 0.87% -
XYZ 41.79 59.93 9.36 -
YUV 179.66 26.61 118.97 -
System Red Green Blue C M Y K H S L
Decimal 167 221 0 0.24 0 1 0.13 74.66 1 0.43
Hex A7 DD 0 18 0 64 D 4B 64 2B
Octal 247 335 0 30 0 144 15 113 144 53
Binary 10100111 11011101 0 11000 0 1100100 1101 1001011 1100100 101011

Color Harmonies of #A7DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DD00

Black with #A7DD00

Text Example


Text Example

White with #A7DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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