Html Css Color HEX #0F953C Pigment Green

📋 copy color: '#0F953C'

red 15 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #0F953C

Tints of Pigment Green #0F953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.52%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 6.7%
G = 66.52%
B = 26.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#0F953C (or 0x0F953C) is known color: Pigment Green. HEX triplet: 0F, 95 and 3C. RGB value is (15,149,60). Sum of RGB (Red+Green+Blue) = 15+149+60=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #0F953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F953C is #F06AC3. Grayscale: #636363. Windows color (decimal): -15755972 or 3970319. OLE color: 3970319.

HSL color Cylindrical-coordinate representation of color #0F953C: hue angle of 140.15º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F953C is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 149 60 -
CMYK 0.90 0 0.60 0.42
HSL 140.15º 0.82% 0.32% -
HSV(B) 140.15º 0.9% 0.58% -
XYZ 11.76 21.92 7.89 -
YUV 98.79 106.11 68.24 -
System Red Green Blue C M Y K H S L
Decimal 15 149 60 0.90 0 0.60 0.42 140.15 0.82 0.32
Hex F 95 3C 5A 0 3C 2A 8C 52 20
Octal 17 225 74 132 0 74 52 214 122 40
Binary 1111 10010101 111100 1011010 0 111100 101010 10001100 1010010 100000

Color Harmonies of #0F953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F953C

Black with #0F953C

Text Example


Text Example

White with #0F953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,149,60); }

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

background-color css

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

 a { background-color: rgb(15,149,60); }

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

border-color css

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

 span { border-color: rgb(15,149,60); }

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