Html Css Color HEX #0F964A Pigment Green

📋 copy color: '#0F964A'

red 15 ◦ green 150 ◦ blue 74

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

Shades of Pigment Green #0F964A

Tints of Pigment Green #0F964A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 6.28%
G = 62.76%
B = 30.96%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#0F964A (or 0x0F964A) is known color: Pigment Green. HEX triplet: 0F, 96 and 4A. RGB value is (15,150,74). Sum of RGB (Red+Green+Blue) = 15+150+74=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #0F964A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F964A is #F069B5. Grayscale: #656565. Windows color (decimal): -15755702 or 4888079. OLE color: 4888079.

HSL color Cylindrical-coordinate representation of color #0F964A: hue angle of 146.22º 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 #0F964A is Cyan = 0.9, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 74 -
CMYK 0.9 0 0.51 0.41
HSL 146.22º 0.82% 0.32% -
HSV(B) 146.22º 0.9% 0.59% -
XYZ 12.34 22.41 10.15 -
YUV 100.97 112.77 66.68 -
System Red Green Blue C M Y K H S L
Decimal 15 150 74 0.9 0 0.51 0.41 146.22 0.82 0.32
Hex F 96 4A 5A 0 33 29 92 52 20
Octal 17 226 112 132 0 63 51 222 122 40
Binary 1111 10010110 1001010 1011010 0 110011 101001 10010010 1010010 100000

Color Harmonies of #0F964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F964A

Black with #0F964A

Text Example


Text Example

White with #0F964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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