#0FB520

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

Shades of Dark Pastel Green #0FB520

Tints of Dark Pastel Green #0FB520

Color information

#0FB520 (or 0x0FB520) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B5 and 20. RGB value is (15,181,32). Sum of RGB (Red+Green+Blue) = 15+181+32=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 181 (71.09% from 255 or 79.39% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB520 is #F04ADF. Grayscale: #727272. Windows color (decimal): -15747808 or 2143503. OLE color: 2143503.

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

Color convert

RGB1518132-
CMYK0.9200.820.29
HSL126.14º84.69%38.43%-
HSV(B)126.14º91.71%70.98%-
XYZ16.9833.256.89-
YUV114.3881.557.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 181 (71.09% from 255) = 79.39%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=6.58%
G=79.39%
B=14.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15181320.9200.820.29126.1484.6938.43
HexFB5205C0521D7e5526
Octal172654013401223517612546
Binary1111101101011000001011100010100101110111111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,181,32); }

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

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

 a { background-color: rgb(15,181,32); }

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

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

 span { border-color: rgb(15,181,32); }

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