Html Css Color HEX #0E963B Pigment Green

📋 copy color: '#0E963B'

red 14 ◦ green 150 ◦ blue 59

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

Shades of Pigment Green #0E963B

Tints of Pigment Green #0E963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 67.26%

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 6.28%
G = 67.26%
B = 26.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#0E963B (or 0x0E963B) is known color: Pigment Green. HEX triplet: 0E, 96 and 3B. RGB value is (14,150,59). Sum of RGB (Red+Green+Blue) = 14+150+59=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #0E963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E963B is #F169C4. Grayscale: #636363. Windows color (decimal): -15821253 or 3905038. OLE color: 3905038.

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

Color convert

RGB 14 150 59 -
CMYK 0.91 0 0.61 0.41
HSL 139.85º 0.83% 0.32% -
HSV(B) 139.85º 0.91% 0.59% -
XYZ 11.88 22.22 7.8 -
YUV 98.96 105.44 67.4 -
System Red Green Blue C M Y K H S L
Decimal 14 150 59 0.91 0 0.61 0.41 139.85 0.83 0.32
Hex E 96 3B 5B 0 3D 29 8C 53 20
Octal 16 226 73 133 0 75 51 214 123 40
Binary 1110 10010110 111011 1011011 0 111101 101001 10001100 1010011 100000

Color Harmonies of #0E963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E963B

Black with #0E963B

Text Example


Text Example

White with #0E963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,59); }

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

background-color css

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

 a { background-color: rgb(14,150,59); }

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

border-color css

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

 span { border-color: rgb(14,150,59); }

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