Html Css Color HEX #0F9854 Pigment Green

📋 copy color: '#0F9854'

red 15 ◦ green 152 ◦ blue 84

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

Shades of Pigment Green #0F9854

Tints of Pigment Green #0F9854

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.56%

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

R = 5.98%
G = 60.56%
B = 33.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#0F9854 (or 0x0F9854) is known color: Pigment Green. HEX triplet: 0F, 98 and 54. RGB value is (15,152,84). Sum of RGB (Red+Green+Blue) = 15+152+84=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9854 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9854 is #F067AB. Grayscale: #676767. Windows color (decimal): -15755180 or 5543951. OLE color: 5543951.

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

Color convert

RGB 15 152 84 -
CMYK 0.90 0 0.45 0.40
HSL 150.22º 0.82% 0.33% -
HSV(B) 150.22º 0.9% 0.6% -
XYZ 13.03 23.2 12.18 -
YUV 103.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 15 152 84 0.90 0 0.45 0.40 150.22 0.82 0.33
Hex F 98 54 5A 0 2D 28 96 52 21
Octal 17 230 124 132 0 55 50 226 122 41
Binary 1111 10011000 1010100 1011010 0 101101 101000 10010110 1010010 100001

Color Harmonies of #0F9854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9854

Black with #0F9854

Text Example


Text Example

White with #0F9854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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