#126150

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

Shades of Eden #126150

Tints of Eden #126150

Color information

#126150 (or 0x126150) is unknown color: approx Eden. HEX triplet: 12, 61 and 50. RGB value is (18,97,80). Sum of RGB (Red+Green+Blue) = 18+97+80=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #126150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126150 is #ED9EAF. Grayscale: #474747. Windows color (decimal): -15572656 or 5267730. OLE color: 5267730.

HSL color Cylindrical-coordinate representation of color #126150: hue angle of 167.09º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126150 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB189780-
CMYK0.8100.180.62
HSL167.09º68.7%22.55%-
HSV(B)167.09º81.44%38.04%-
XYZ5.979.269.06-
YUV71.44132.8389.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=9.23%
G=49.74%
B=41.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897800.8100.180.62167.0968.722.55
Hex126150510123Ea74517
Octal221411201210227624710527
Binary1001011000011010000101000101001011111010100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126150; }

 p { color: rgb(18,97,80); }

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

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

 a { background-color: rgb(18,97,80); }

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

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

 span { border-color: rgb(18,97,80); }

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