Html Css Color HEX #0F9752 Pigment Green

📋 copy color: '#0F9752'

red 15 ◦ green 151 ◦ blue 82

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

Shades of Pigment Green #0F9752

Tints of Pigment Green #0F9752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 6.05%
G = 60.89%
B = 33.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#0F9752 (or 0x0F9752) is known color: Pigment Green. HEX triplet: 0F, 97 and 52. RGB value is (15,151,82). Sum of RGB (Red+Green+Blue) = 15+151+82=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 151 (59.38% from 255 or 60.89% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9752 is #F068AD. Grayscale: #666666. Windows color (decimal): -15755438 or 5412623. OLE color: 5412623.

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

Color convert

RGB 15 151 82 -
CMYK 0.90 0 0.46 0.41
HSL 149.56º 0.82% 0.33% -
HSV(B) 149.56º 0.9% 0.59% -
XYZ 12.79 22.84 11.72 -
YUV 102.47 116.44 65.61 -
System Red Green Blue C M Y K H S L
Decimal 15 151 82 0.90 0 0.46 0.41 149.56 0.82 0.33
Hex F 97 52 5A 0 2E 29 96 52 21
Octal 17 227 122 132 0 56 51 226 122 41
Binary 1111 10010111 1010010 1011010 0 101110 101001 10010110 1010010 100001

Color Harmonies of #0F9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9752

Black with #0F9752

Text Example


Text Example

White with #0F9752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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