Html Css Color HEX #0E953A Pigment Green

📋 copy color: '#0E953A'

red 14 ◦ green 149 ◦ blue 58

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

Shades of Pigment Green #0E953A

Tints of Pigment Green #0E953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.42%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 6.33%
G = 67.42%
B = 26.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#0E953A (or 0x0E953A) is known color: Pigment Green. HEX triplet: 0E, 95 and 3A. RGB value is (14,149,58). Sum of RGB (Red+Green+Blue) = 14+149+58=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #0E953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E953A is #F16AC5. Grayscale: #626262. Windows color (decimal): -15821510 or 3839246. OLE color: 3839246.

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

Color convert

RGB 14 149 58 -
CMYK 0.91 0 0.61 0.42
HSL 139.56º 0.83% 0.32% -
HSV(B) 139.56º 0.91% 0.58% -
XYZ 11.69 21.89 7.61 -
YUV 98.26 105.27 67.9 -
System Red Green Blue C M Y K H S L
Decimal 14 149 58 0.91 0 0.61 0.42 139.56 0.83 0.32
Hex E 95 3A 5B 0 3D 2A 8C 53 20
Octal 16 225 72 133 0 75 52 214 123 40
Binary 1110 10010101 111010 1011011 0 111101 101010 10001100 1010011 100000

Color Harmonies of #0E953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E953A

Black with #0E953A

Text Example


Text Example

White with #0E953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,149,58); }

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

background-color css

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

 a { background-color: rgb(14,149,58); }

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

border-color css

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

 span { border-color: rgb(14,149,58); }

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