Html Css Color HEX #0F9852 Pigment Green

📋 copy color: '#0F9852'

red 15 ◦ green 152 ◦ blue 82

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

Shades of Pigment Green #0F9852

Tints of Pigment Green #0F9852

RGB

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

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

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

R = 6.02%
G = 61.04%
B = 32.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#0F9852 (or 0x0F9852) is known color: Pigment Green. HEX triplet: 0F, 98 and 52. RGB value is (15,152,82). Sum of RGB (Red+Green+Blue) = 15+152+82=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9852 is #F067AD. Grayscale: #676767. Windows color (decimal): -15755182 or 5412879. OLE color: 5412879.

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

Color convert

RGB 15 152 82 -
CMYK 0.90 0 0.46 0.40
HSL 149.34º 0.82% 0.33% -
HSV(B) 149.34º 0.9% 0.6% -
XYZ 12.95 23.17 11.77 -
YUV 103.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 15 152 82 0.90 0 0.46 0.40 149.34 0.82 0.33
Hex F 98 52 5A 0 2E 28 95 52 21
Octal 17 230 122 132 0 56 50 225 122 41
Binary 1111 10011000 1010010 1011010 0 101110 101000 10010101 1010010 100001

Color Harmonies of #0F9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9852

Black with #0F9852

Text Example


Text Example

White with #0F9852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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