#0FB65A

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

Shades of Pigment Green #0FB65A

Tints of Pigment Green #0FB65A

Color information

#0FB65A (or 0x0FB65A) is unknown color: approx Pigment Green. HEX triplet: 0F, B6 and 5A. RGB value is (15,182,90). Sum of RGB (Red+Green+Blue) = 15+182+90=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB65A is #F049A5. Grayscale: #797979. Windows color (decimal): -15747494 or 5944847. OLE color: 5944847.

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

Color convert

RGB1518290-
CMYK0.9200.510.29
HSL146.95º84.77%38.63%-
HSV(B)146.95º91.76%71.37%-
XYZ18.7734.315.3-
YUV121.58110.1751.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 182 (71.48% from 255) = 63.41%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=5.23%
G=63.41%
B=31.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15182900.9200.510.29146.9584.7738.63
HexFB65A5C0331D935527
Octal172661321340633522312547
Binary11111011011010110101011100011001111101100100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,182,90); }

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

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

 a { background-color: rgb(15,182,90); }

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

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

 span { border-color: rgb(15,182,90); }

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