Html Css Color HEX #0FA752 Pigment Green

📋 copy color: '#0FA752'

red 15 ◦ green 167 ◦ blue 82

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

Shades of Pigment Green #0FA752

Tints of Pigment Green #0FA752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 63.26%

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

R = 5.68%
G = 63.26%
B = 31.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#0FA752 (or 0x0FA752) is known color: Pigment Green. HEX triplet: 0F, A7 and 52. RGB value is (15,167,82). Sum of RGB (Red+Green+Blue) = 15+167+82=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 167 (65.62% from 255 or 63.26% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA752 is #F058AD. Grayscale: #707070. Windows color (decimal): -15751342 or 5416719. OLE color: 5416719.

HSL color Cylindrical-coordinate representation of color #0FA752: hue angle of 146.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA752 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 167 82 -
CMYK 0.91 0 0.51 0.35
HSL 146.45º 0.84% 0.36% -
HSV(B) 146.45º 0.91% 0.65% -
XYZ 15.54 28.35 12.64 -
YUV 111.86 111.14 58.91 -
System Red Green Blue C M Y K H S L
Decimal 15 167 82 0.91 0 0.51 0.35 146.45 0.84 0.36
Hex F A7 52 5B 0 33 23 92 54 24
Octal 17 247 122 133 0 63 43 222 124 44
Binary 1111 10100111 1010010 1011011 0 110011 100011 10010010 1010100 100100

Color Harmonies of #0FA752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA752

Black with #0FA752

Text Example


Text Example

White with #0FA752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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