#0FB532

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

Shades of Dark Pastel Green #0FB532

Tints of Dark Pastel Green #0FB532

Color information

#0FB532 (or 0x0FB532) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B5 and 32. RGB value is (15,181,50). Sum of RGB (Red+Green+Blue) = 15+181+50=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB532 is #F04ACD. Grayscale: #747474. Windows color (decimal): -15747790 or 3323151. OLE color: 3323151.

HSL color Cylindrical-coordinate representation of color #0FB532: hue angle of 132.65º 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 #0FB532 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1518150-
CMYK0.9200.720.29
HSL132.65º84.69%38.43%-
HSV(B)132.65º91.71%70.98%-
XYZ17.333.388.55-
YUV116.4390.555.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 181 (71.09% from 255) = 73.58%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=6.10%
G=73.58%
B=20.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15181500.9200.720.29132.6584.6938.43
HexFB5325C0481D855526
Octal172656213401103520512546
Binary11111011010111001010111000100100011101100001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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