Html Css Color HEX #0E9251 Pigment Green

📋 copy color: '#0E9251'

red 14 ◦ green 146 ◦ blue 81

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

Shades of Pigment Green #0E9251

Tints of Pigment Green #0E9251

RGB

 RED value IS 14 (5.86% from 255) = 5.81%

 GREEN value IS 146 (57.42% from 255) = 60.58%

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

R = 5.81%
G = 60.58%
B = 33.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#0E9251 (or 0x0E9251) is known color: Pigment Green. HEX triplet: 0E, 92 and 51. RGB value is (14,146,81). Sum of RGB (Red+Green+Blue) = 14+146+81=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9251 is #F16DAE. Grayscale: #636363. Windows color (decimal): -15822255 or 5345806. OLE color: 5345806.

HSL color Cylindrical-coordinate representation of color #0E9251: hue angle of 150.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9251 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 81 -
CMYK 0.90 0 0.45 0.43
HSL 150.45º 0.83% 0.31% -
HSV(B) 150.45º 0.9% 0.57% -
XYZ 11.95 21.25 11.26 -
YUV 99.12 117.77 67.29 -
System Red Green Blue C M Y K H S L
Decimal 14 146 81 0.90 0 0.45 0.43 150.45 0.83 0.31
Hex E 92 51 5A 0 2D 2B 96 52 1F
Octal 16 222 121 132 0 55 53 226 122 37
Binary 1110 10010010 1010001 1011010 0 101101 101011 10010110 1010010 11111

Color Harmonies of #0E9251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9251

Black with #0E9251

Text Example


Text Example

White with #0E9251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E9251; }

 p { color: rgb(14,146,81); }

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

background-color css

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

 a { background-color: rgb(14,146,81); }

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

border-color css

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

 span { border-color: rgb(14,146,81); }

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