Html Css Color HEX #0F964C Pigment Green

📋 copy color: '#0F964C'

red 15 ◦ green 150 ◦ blue 76

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

Shades of Pigment Green #0F964C

Tints of Pigment Green #0F964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 6.22%
G = 62.24%
B = 31.54%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#0F964C (or 0x0F964C) is known color: Pigment Green. HEX triplet: 0F, 96 and 4C. RGB value is (15,150,76). Sum of RGB (Red+Green+Blue) = 15+150+76=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #0F964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F964C is #F069B3. Grayscale: #656565. Windows color (decimal): -15755700 or 5019151. OLE color: 5019151.

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

Color convert

RGB 15 150 76 -
CMYK 0.9 0 0.49 0.41
HSL 147.11º 0.82% 0.32% -
HSV(B) 147.11º 0.9% 0.59% -
XYZ 12.41 22.44 10.51 -
YUV 101.2 113.77 66.52 -
System Red Green Blue C M Y K H S L
Decimal 15 150 76 0.9 0 0.49 0.41 147.11 0.82 0.32
Hex F 96 4C 5A 0 31 29 93 52 20
Octal 17 226 114 132 0 61 51 223 122 40
Binary 1111 10010110 1001100 1011010 0 110001 101001 10010011 1010010 100000

Color Harmonies of #0F964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F964C

Black with #0F964C

Text Example


Text Example

White with #0F964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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