Html Css Color HEX #126150 Eden

📋 copy color: '#126150'

red 18 ◦ green 97 ◦ blue 80

#126150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #126150

Tints of Eden #126150

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 value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#126150 (or 0x126150) is known color: 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

RGB 18 97 80 -
CMYK 0.81 0 0.18 0.62
HSL 167.09º 0.69% 0.23% -
HSV(B) 167.09º 0.81% 0.38% -
XYZ 5.97 9.26 9.06 -
YUV 71.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 18 97 80 0.81 0 0.18 0.62 167.09 0.69 0.23
Hex 12 61 50 51 0 12 3E A7 45 17
Octal 22 141 120 121 0 22 76 247 105 27
Binary 10010 1100001 1010000 1010001 0 10010 111110 10100111 1000101 10111

Color Harmonies of #126150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126150

Black with #126150

Text Example


Text Example

White with #126150

Text Example


Text Example

HTML Codes & Css Web 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>