Html Css Color HEX #0F9C52 Pigment Green

📋 copy color: '#0F9C52'

red 15 ◦ green 156 ◦ blue 82

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

Shades of Pigment Green #0F9C52

Tints of Pigment Green #0F9C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 61.66%

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

R = 5.93%
G = 61.66%
B = 32.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#0F9C52 (or 0x0F9C52) is known color: Pigment Green. HEX triplet: 0F, 9C and 52. RGB value is (15,156,82). Sum of RGB (Red+Green+Blue) = 15+156+82=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C52 is #F063AD. Grayscale: #696969. Windows color (decimal): -15754158 or 5413903. OLE color: 5413903.

HSL color Cylindrical-coordinate representation of color #0F9C52: hue angle of 148.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C52 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 156 82 -
CMYK 0.90 0 0.47 0.39
HSL 148.51º 0.82% 0.34% -
HSV(B) 148.51º 0.9% 0.61% -
XYZ 13.61 24.49 11.99 -
YUV 105.41 114.79 63.52 -
System Red Green Blue C M Y K H S L
Decimal 15 156 82 0.90 0 0.47 0.39 148.51 0.82 0.34
Hex F 9C 52 5A 0 2F 27 95 52 22
Octal 17 234 122 132 0 57 47 225 122 42
Binary 1111 10011100 1010010 1011010 0 101111 100111 10010101 1010010 100010

Color Harmonies of #0F9C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9C52

Black with #0F9C52

Text Example


Text Example

White with #0F9C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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