#126202

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

Shades of Green #126202

Tints of Green #126202

Color information

#126202 (or 0x126202) is unknown color: approx Green. HEX triplet: 12, 62 and 02. RGB value is (18,98,2). Sum of RGB (Red+Green+Blue) = 18+98+2=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #126202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126202 is #ED9DFD. Grayscale: #3F3F3F. Windows color (decimal): -15572478 or 156178. OLE color: 156178.

HSL color Cylindrical-coordinate representation of color #126202: hue angle of 110º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #126202 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB18982-
CMYK0.8200.980.62
HSL110º96%19.61%-
HSV(B)110º97.96%38.43%-
XYZ4.638.871.53-
YUV63.1493.595.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 98 (38.67% from 255) = 83.05%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=15.25%
G=83.05%
B=1.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal189820.8200.980.621109619.61
Hex12622520623E6e6014
Octal22142212201427615614024
Binary100101100010101010010011000101111101101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126202; }

 p { color: rgb(18,98,2); }

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

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

 a { background-color: rgb(18,98,2); }

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

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

 span { border-color: rgb(18,98,2); }

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