#107002

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

Shades of Green #107002

Tints of Green #107002

Color information

#107002 (or 0x107002) is unknown color: approx Green. HEX triplet: 10, 70 and 02. RGB value is (16,112,2). Sum of RGB (Red+Green+Blue) = 16+112+2=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 112 (44.14% from 255 or 86.15% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 112 - color contains mainly: green. Hex color #107002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107002 is #EF8FFD. Grayscale: #474747. Windows color (decimal): -15699966 or 159760. OLE color: 159760.

HSL color Cylindrical-coordinate representation of color #107002: hue angle of 112.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #107002 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB161122-
CMYK0.8600.980.56
HSL112.36º96.49%22.35%-
HSV(B)112.36º98.21%43.92%-
XYZ6.0211.72-
YUV70.7689.288.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 112 (44.14% from 255) = 86.15%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=12.31%
G=86.15%
B=1.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1611220.8600.980.56112.3696.4922.35
Hex107025606238706016
Octal20160212601427016014026
Binary100001110000101010110011000101110001110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107002; }

 p { color: rgb(16,112,2); }

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

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

 a { background-color: rgb(16,112,2); }

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

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

 span { border-color: rgb(16,112,2); }

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