Html Css Color HEX #0EA351 Pigment Green

📋 copy color: '#0EA351'

red 14 ◦ green 163 ◦ blue 81

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

Shades of Pigment Green #0EA351

Tints of Pigment Green #0EA351

RGB

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

 GREEN value IS 163 (64.06% from 255) = 63.18%

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

R = 5.43%
G = 63.18%
B = 31.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#0EA351 (or 0x0EA351) is known color: Pigment Green. HEX triplet: 0E, A3 and 51. RGB value is (14,163,81). Sum of RGB (Red+Green+Blue) = 14+163+81=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 163 (64.06% from 255 or 63.18% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA351 is #F15CAE. Grayscale: #6D6D6D. Windows color (decimal): -15817903 or 5350158. OLE color: 5350158.

HSL color Cylindrical-coordinate representation of color #0EA351: hue angle of 146.98º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA351 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 81 -
CMYK 0.91 0 0.50 0.36
HSL 146.98º 0.84% 0.35% -
HSV(B) 146.98º 0.91% 0.64% -
XYZ 14.76 26.88 12.2 -
YUV 109.1 112.14 60.17 -
System Red Green Blue C M Y K H S L
Decimal 14 163 81 0.91 0 0.50 0.36 146.98 0.84 0.35
Hex E A3 51 5B 0 32 24 93 54 23
Octal 16 243 121 133 0 62 44 223 124 43
Binary 1110 10100011 1010001 1011011 0 110010 100100 10010011 1010100 100011

Color Harmonies of #0EA351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA351

Black with #0EA351

Text Example


Text Example

White with #0EA351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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