Html Css Color HEX #0F973C Pigment Green

📋 copy color: '#0F973C'

red 15 ◦ green 151 ◦ blue 60

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

Shades of Pigment Green #0F973C

Tints of Pigment Green #0F973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.81%

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

R = 6.64%
G = 66.81%
B = 26.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#0F973C (or 0x0F973C) is known color: Pigment Green. HEX triplet: 0F, 97 and 3C. RGB value is (15,151,60). Sum of RGB (Red+Green+Blue) = 15+151+60=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #0F973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F973C is #F068C3. Grayscale: #646464. Windows color (decimal): -15755460 or 3970831. OLE color: 3970831.

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

Color convert

RGB 15 151 60 -
CMYK 0.90 0 0.60 0.41
HSL 139.85º 0.82% 0.33% -
HSV(B) 139.85º 0.9% 0.59% -
XYZ 12.08 22.56 7.99 -
YUV 99.96 105.44 67.4 -
System Red Green Blue C M Y K H S L
Decimal 15 151 60 0.90 0 0.60 0.41 139.85 0.82 0.33
Hex F 97 3C 5A 0 3C 29 8C 52 21
Octal 17 227 74 132 0 74 51 214 122 41
Binary 1111 10010111 111100 1011010 0 111100 101001 10001100 1010010 100001

Color Harmonies of #0F973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F973C

Black with #0F973C

Text Example


Text Example

White with #0F973C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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