#126A3A

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

Shades of Fun Green #126A3A

Tints of Fun Green #126A3A

Color information

#126A3A (or 0x126A3A) is unknown color: approx Fun Green. HEX triplet: 12, 6A and 3A. RGB value is (18,106,58). Sum of RGB (Red+Green+Blue) = 18+106+58=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #126A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A3A is #ED95C5. Grayscale: #4A4A4A. Windows color (decimal): -15570374 or 3828242. OLE color: 3828242.

HSL color Cylindrical-coordinate representation of color #126A3A: hue angle of 147.27º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A3A is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1810658-
CMYK0.8300.450.58
HSL147.27º70.97%24.31%-
HSV(B)147.27º83.02%41.57%-
XYZ6.1710.745.75-
YUV74.22118.8587.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 106 (41.80% from 255) = 58.24%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=9.89%
G=58.24%
B=31.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106580.8300.450.58147.2770.9724.31
Hex126A3A5302D3A934718
Octal22152721230557222310730
Binary1001011010101110101010011010110111101010010011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126A3A; }

 p { color: rgb(18,106,58); }

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

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

 a { background-color: rgb(18,106,58); }

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

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

 span { border-color: rgb(18,106,58); }

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