Html Css Color HEX #0E9353 Pigment Green

📋 copy color: '#0E9353'

red 14 ◦ green 147 ◦ blue 83

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

Shades of Pigment Green #0E9353

Tints of Pigment Green #0E9353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 60.25%

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 5.74%
G = 60.25%
B = 34.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#0E9353 (or 0x0E9353) is known color: Pigment Green. HEX triplet: 0E, 93 and 53. RGB value is (14,147,83). Sum of RGB (Red+Green+Blue) = 14+147+83=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9353 is #F16CAC. Grayscale: #646464. Windows color (decimal): -15821997 or 5477134. OLE color: 5477134.

HSL color Cylindrical-coordinate representation of color #0E9353: hue angle of 151.13º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9353 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 83 -
CMYK 0.90 0 0.44 0.42
HSL 151.13º 0.83% 0.32% -
HSV(B) 151.13º 0.9% 0.58% -
XYZ 12.18 21.59 11.71 -
YUV 99.94 118.44 66.7 -
System Red Green Blue C M Y K H S L
Decimal 14 147 83 0.90 0 0.44 0.42 151.13 0.83 0.32
Hex E 93 53 5A 0 2C 2A 97 53 20
Octal 16 223 123 132 0 54 52 227 123 40
Binary 1110 10010011 1010011 1011010 0 101100 101010 10010111 1010011 100000

Color Harmonies of #0E9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9353

Black with #0E9353

Text Example


Text Example

White with #0E9353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,147,83); }

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

background-color css

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

 a { background-color: rgb(14,147,83); }

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

border-color css

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

 span { border-color: rgb(14,147,83); }

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