#126A3C

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

Shades of Fun Green #126A3C

Tints of Fun Green #126A3C

Color information

#126A3C (or 0x126A3C) is unknown color: approx Fun Green. HEX triplet: 12, 6A and 3C. RGB value is (18,106,60). Sum of RGB (Red+Green+Blue) = 18+106+60=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 106 (41.80% from 255 or 57.61% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 106 - color contains mainly: green. Hex color #126A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A3C is #ED95C3. Grayscale: #4A4A4A. Windows color (decimal): -15570372 or 3959314. OLE color: 3959314.

HSL color Cylindrical-coordinate representation of color #126A3C: hue angle of 148.64º 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 #126A3C is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1810660-
CMYK0.8300.430.58
HSL148.64º70.97%24.31%-
HSV(B)148.64º83.02%41.57%-
XYZ6.2210.766.02-
YUV74.44119.8587.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 106 (41.80% from 255) = 57.61%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=9.78%
G=57.61%
B=32.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106600.8300.430.58148.6470.9724.31
Hex126A3C5302B3A954718
Octal22152741230537222510730
Binary1001011010101111001010011010101111101010010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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