#126250

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

Shades of Eden #126250

Tints of Eden #126250

Color information

#126250 (or 0x126250) is unknown color: approx Eden. HEX triplet: 12, 62 and 50. RGB value is (18,98,80). Sum of RGB (Red+Green+Blue) = 18+98+80=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #126250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126250 is #ED9DAF. Grayscale: #484848. Windows color (decimal): -15572400 or 5267986. OLE color: 5267986.

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

Color convert

RGB189880-
CMYK0.8200.180.62
HSL166.5º68.97%22.75%-
HSV(B)166.5º81.63%38.43%-
XYZ6.079.449.09-
YUV72.03132.589.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=9.18%
G=50%
B=40.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898800.8200.180.62166.568.9722.75
Hex126250520123Ea64517
Octal221421201220227624610527
Binary1001011000101010000101001001001011111010100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126250; }

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

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

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

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

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

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

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

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