Html Css Color HEX #0F9B52 Pigment Green

📋 copy color: '#0F9B52'

red 15 ◦ green 155 ◦ blue 82

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

Shades of Pigment Green #0F9B52

Tints of Pigment Green #0F9B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 61.51%

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

R = 5.95%
G = 61.51%
B = 32.54%

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

#0F9B52 (or 0x0F9B52) is known color: Pigment Green. HEX triplet: 0F, 9B and 52. RGB value is (15,155,82). Sum of RGB (Red+Green+Blue) = 15+155+82=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9B52 is #F064AD. Grayscale: #686868. Windows color (decimal): -15754414 or 5413647. OLE color: 5413647.

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

Color convert

RGB 15 155 82 -
CMYK 0.90 0 0.47 0.39
HSL 148.71º 0.82% 0.33% -
HSV(B) 148.71º 0.9% 0.61% -
XYZ 13.44 24.15 11.94 -
YUV 104.82 115.12 63.94 -
System Red Green Blue C M Y K H S L
Decimal 15 155 82 0.90 0 0.47 0.39 148.71 0.82 0.33
Hex F 9B 52 5A 0 2F 27 95 52 21
Octal 17 233 122 132 0 57 47 225 122 41
Binary 1111 10011011 1010010 1011010 0 101111 100111 10010101 1010010 100001

Color Harmonies of #0F9B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B52

Black with #0F9B52

Text Example


Text Example

White with #0F9B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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