Html Css Color HEX #0F9754 Pigment Green

📋 copy color: '#0F9754'

red 15 ◦ green 151 ◦ blue 84

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

Shades of Pigment Green #0F9754

Tints of Pigment Green #0F9754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 6%
G = 60.4%
B = 33.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#0F9754 (or 0x0F9754) is known color: Pigment Green. HEX triplet: 0F, 97 and 54. RGB value is (15,151,84). Sum of RGB (Red+Green+Blue) = 15+151+84=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9754 is #F068AB. Grayscale: #666666. Windows color (decimal): -15755436 or 5543695. OLE color: 5543695.

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

Color convert

RGB 15 151 84 -
CMYK 0.90 0 0.44 0.41
HSL 150.44º 0.82% 0.33% -
HSV(B) 150.44º 0.9% 0.59% -
XYZ 12.86 22.87 12.12 -
YUV 102.7 117.44 65.45 -
System Red Green Blue C M Y K H S L
Decimal 15 151 84 0.90 0 0.44 0.41 150.44 0.82 0.33
Hex F 97 54 5A 0 2C 29 96 52 21
Octal 17 227 124 132 0 54 51 226 122 41
Binary 1111 10010111 1010100 1011010 0 101100 101001 10010110 1010010 100001

Color Harmonies of #0F9754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9754

Black with #0F9754

Text Example


Text Example

White with #0F9754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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