Html Css Color HEX #0FB952 Pigment Green

📋 copy color: '#0FB952'

red 15 ◦ green 185 ◦ blue 82

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

Shades of Pigment Green #0FB952

Tints of Pigment Green #0FB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 65.6%

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

R = 5.32%
G = 65.6%
B = 29.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#0FB952 (or 0x0FB952) is known color: Pigment Green. HEX triplet: 0F, B9 and 52. RGB value is (15,185,82). Sum of RGB (Red+Green+Blue) = 15+185+82=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB952 is #F046AD. Grayscale: #7A7A7A. Windows color (decimal): -15746734 or 5421327. OLE color: 5421327.

HSL color Cylindrical-coordinate representation of color #0FB952: hue angle of 143.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB952 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 82 -
CMYK 0.92 0 0.56 0.27
HSL 143.65º 0.85% 0.39% -
HSV(B) 143.65º 0.92% 0.73% -
XYZ 19.07 35.41 13.81 -
YUV 122.43 105.18 51.38 -
System Red Green Blue C M Y K H S L
Decimal 15 185 82 0.92 0 0.56 0.27 143.65 0.85 0.39
Hex F B9 52 5C 0 38 1B 90 55 27
Octal 17 271 122 134 0 70 33 220 125 47
Binary 1111 10111001 1010010 1011100 0 111000 11011 10010000 1010101 100111

Color Harmonies of #0FB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB952

Black with #0FB952

Text Example


Text Example

White with #0FB952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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