#0FB24A

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

Shades of Pigment Green #0FB24A

Tints of Pigment Green #0FB24A

Color information

#0FB24A (or 0x0FB24A) is unknown color: approx Pigment Green. HEX triplet: 0F, B2 and 4A. RGB value is (15,178,74). Sum of RGB (Red+Green+Blue) = 15+178+74=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB24A is #F04DB5. Grayscale: #757575. Windows color (decimal): -15748534 or 4895247. OLE color: 4895247.

HSL color Cylindrical-coordinate representation of color #0FB24A: hue angle of 141.72º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB24A is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1517874-
CMYK0.9200.580.30
HSL141.72º84.46%37.84%-
HSV(B)141.72º91.57%69.8%-
XYZ17.3532.4411.82-
YUV117.41103.554.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.62%
GREEN value IS 178 (69.92% from 255) = 66.67%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=5.62%
G=66.67%
B=27.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15178740.9200.580.30141.7284.4637.84
HexFB24A5C03A1E8e5426
Octal172621121340723621612446
Binary11111011001010010101011100011101011110100011101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,178,74); }

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

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

 a { background-color: rgb(15,178,74); }

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

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

 span { border-color: rgb(15,178,74); }

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