#126B3A

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

Shades of Fun Green #126B3A

Tints of Fun Green #126B3A

Color information

#126B3A (or 0x126B3A) is unknown color: approx Fun Green. HEX triplet: 12, 6B and 3A. RGB value is (18,107,58). Sum of RGB (Red+Green+Blue) = 18+107+58=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #126B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B3A is #ED94C5. Grayscale: #4A4A4A. Windows color (decimal): -15570118 or 3828498. OLE color: 3828498.

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

Color convert

RGB1810758-
CMYK0.8300.460.58
HSL146.97º71.2%24.51%-
HSV(B)146.97º83.18%41.96%-
XYZ6.2710.955.79-
YUV74.8118.5187.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=9.84%
G=58.47%
B=31.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107580.8300.460.58146.9771.224.51
Hex126B3A5302E3A934719
Octal22153721230567222310731
Binary1001011010111110101010011010111011101010010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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