Html Css Color HEX #0F964B Pigment Green

📋 copy color: '#0F964B'

red 15 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #0F964B

Tints of Pigment Green #0F964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 6.25%
G = 62.5%
B = 31.25%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#0F964B (or 0x0F964B) is known color: Pigment Green. HEX triplet: 0F, 96 and 4B. RGB value is (15,150,75). Sum of RGB (Red+Green+Blue) = 15+150+75=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #0F964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F964B is #F069B4. Grayscale: #656565. Windows color (decimal): -15755701 or 4953615. OLE color: 4953615.

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

Color convert

RGB 15 150 75 -
CMYK 0.9 0 0.5 0.41
HSL 146.67º 0.82% 0.32% -
HSV(B) 146.67º 0.9% 0.59% -
XYZ 12.37 22.42 10.33 -
YUV 101.09 113.27 66.6 -
System Red Green Blue C M Y K H S L
Decimal 15 150 75 0.9 0 0.5 0.41 146.67 0.82 0.32
Hex F 96 4B 5A 0 32 29 93 52 20
Octal 17 226 113 132 0 62 51 223 122 40
Binary 1111 10010110 1001011 1011010 0 110010 101001 10010011 1010010 100000

Color Harmonies of #0F964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F964B

Black with #0F964B

Text Example


Text Example

White with #0F964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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