#A7ED0D

Color #A7ED0D Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A7ED0D

Tints of Inch Worm #A7ED0D

Color information

#A7ED0D (or 0xA7ED0D) is unknown color: approx Inch Worm. HEX triplet: A7, ED and 0D. RGB value is (167,237,13). Sum of RGB (Red+Green+Blue) = 167+237+13=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7ED0D is #5812F2. Grayscale: #BFBFBF. Windows color (decimal): -5772019 or 912807. OLE color: 912807.

HSL color Cylindrical-coordinate representation of color #A7ED0D: hue angle of 78.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7ED0D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB16723713-
CMYK0.3000.950.07
HSL78.75º89.6%49.02%-
HSV(B)78.75º94.51%92.94%-
XYZ46.2968.8111.22-
YUV190.5327.81111.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 237 (92.97% from 255) = 56.83%
BLUE value IS 13 (5.47% from 255) = 3.12%
R=40.05%
G=56.83%
B=3.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167237130.3000.950.0778.7589.649.02
HexA7EDD1E05F74f5a31
Octal24735515360137711713261
Binary10100111111011011101111100101111111110011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ED0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ED0D; }

 p { color: rgb(167,237,13); }

 H1.HeaderClassName
 {
   color: #A7ED0D;
 }
 .AnyTagClassName
 {
   color: #A7ED0D;
 }
</style>
background-color css

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

 a { background-color: rgb(167,237,13); }

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

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

 span { border-color: rgb(167,237,13); }

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