Html Css Color HEX #0F9746 Pigment Green

📋 copy color: '#0F9746'

red 15 ◦ green 151 ◦ blue 70

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

Shades of Pigment Green #0F9746

Tints of Pigment Green #0F9746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 6.36%
G = 63.98%
B = 29.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#0F9746 (or 0x0F9746) is known color: Pigment Green. HEX triplet: 0F, 97 and 46. RGB value is (15,151,70). Sum of RGB (Red+Green+Blue) = 15+151+70=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9746 is #F068B9. Grayscale: #656565. Windows color (decimal): -15755450 or 4626191. OLE color: 4626191.

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

Color convert

RGB 15 151 70 -
CMYK 0.90 0 0.54 0.41
HSL 144.26º 0.82% 0.33% -
HSV(B) 144.26º 0.9% 0.59% -
XYZ 12.37 22.68 9.52 -
YUV 101.1 110.44 66.59 -
System Red Green Blue C M Y K H S L
Decimal 15 151 70 0.90 0 0.54 0.41 144.26 0.82 0.33
Hex F 97 46 5A 0 36 29 90 52 21
Octal 17 227 106 132 0 66 51 220 122 41
Binary 1111 10010111 1000110 1011010 0 110110 101001 10010000 1010010 100001

Color Harmonies of #0F9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9746

Black with #0F9746

Text Example


Text Example

White with #0F9746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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