Html Css Color HEX #0F963A Pigment Green

📋 copy color: '#0F963A'

red 15 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #0F963A

Tints of Pigment Green #0F963A

RGB

 RED value IS 15 (6.25% from 255) = 6.73%

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

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

R = 6.73%
G = 67.26%
B = 26.01%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#0F963A (or 0x0F963A) is known color: Pigment Green. HEX triplet: 0F, 96 and 3A. RGB value is (15,150,58). Sum of RGB (Red+Green+Blue) = 15+150+58=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #0F963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F963A is #F069C5. Grayscale: #636363. Windows color (decimal): -15755718 or 3839503. OLE color: 3839503.

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

Color convert

RGB 15 150 58 -
CMYK 0.9 0 0.61 0.41
HSL 139.11º 0.82% 0.32% -
HSV(B) 139.11º 0.9% 0.59% -
XYZ 11.87 22.22 7.67 -
YUV 99.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 15 150 58 0.9 0 0.61 0.41 139.11 0.82 0.32
Hex F 96 3A 5A 0 3D 29 8B 52 20
Octal 17 226 72 132 0 75 51 213 122 40
Binary 1111 10010110 111010 1011010 0 111101 101001 10001011 1010010 100000

Color Harmonies of #0F963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F963A

Black with #0F963A

Text Example


Text Example

White with #0F963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,58); }

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

background-color css

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

 a { background-color: rgb(15,150,58); }

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

border-color css

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

 span { border-color: rgb(15,150,58); }

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