#0F9C4B

Color #0F9C4B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0F9C4B

Tints of Pigment Green #0F9C4B

Color information

#0F9C4B (or 0x0F9C4B) is unknown color: approx Pigment Green. HEX triplet: 0F, 9C and 4B. RGB value is (15,156,75). Sum of RGB (Red+Green+Blue) = 15+156+75=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C4B is #F063B4. Grayscale: #686868. Windows color (decimal): -15754165 or 4955151. OLE color: 4955151.

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

Color convert

RGB1515675-
CMYK0.9000.520.39
HSL145.53º82.46%33.53%-
HSV(B)145.53º90.38%61.18%-
XYZ13.3624.3910.66-
YUV104.61111.2964.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 156 (61.33% from 255) = 63.41%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=6.10%
G=63.41%
B=30.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15156750.9000.520.39145.5382.4633.53
HexF9C4B5A03427925222
Octal172341131320644722212242
Binary111110011100100101110110100110100100111100100101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F9C4B;
 }
 .AnyTagClassName
 {
   color: #0F9C4B;
 }
</style>
background-color css

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

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

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

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

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

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