Html Css Color HEX #146251 Eden

📋 copy color: '#146251'

red 20 ◦ green 98 ◦ blue 81

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

Shades of Eden #146251

Tints of Eden #146251

RGB

 RED value IS 20 (8.2% from 255) = 10.05%

 GREEN value IS 98 (38.67% from 255) = 49.25%

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 10.05%
G = 49.25%
B = 40.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#146251 (or 0x146251) is known color: Eden. HEX triplet: 14, 62 and 51. RGB value is (20,98,81). Sum of RGB (Red+Green+Blue) = 20+98+81=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #146251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146251 is #EB9DAE. Grayscale: #484848. Windows color (decimal): -15441327 or 5333524. OLE color: 5333524.

HSL color Cylindrical-coordinate representation of color #146251: hue angle of 166.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146251 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 98 81 -
CMYK 0.80 0 0.17 0.62
HSL 166.92º 0.66% 0.23% -
HSV(B) 166.92º 0.8% 0.38% -
XYZ 6.14 9.48 9.29 -
YUV 72.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 20 98 81 0.80 0 0.17 0.62 166.92 0.66 0.23
Hex 14 62 51 50 0 11 3E A7 42 17
Octal 24 142 121 120 0 21 76 247 102 27
Binary 10100 1100010 1010001 1010000 0 10001 111110 10100111 1000010 10111

Color Harmonies of #146251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146251

Black with #146251

Text Example


Text Example

White with #146251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146251; }

 p { color: rgb(20,98,81); }

 H1.HeaderClassName
 {
   color: #146251;
 }
 .AnyTagClassName
 {
   color: #146251;
 }
</style>

background-color css

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

 a { background-color: rgb(20,98,81); }

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

border-color css

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

 span { border-color: rgb(20,98,81); }

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