#0FB027

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

Shades of Dark Pastel Green #0FB027

Tints of Dark Pastel Green #0FB027

Color information

#0FB027 (or 0x0FB027) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B0 and 27. RGB value is (15,176,39). Sum of RGB (Red+Green+Blue) = 15+176+39=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 176 (69.14% from 255 or 76.52% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB027 is #F04FD8. Grayscale: #707070. Windows color (decimal): -15749081 or 2600975. OLE color: 2600975.

HSL color Cylindrical-coordinate representation of color #0FB027: hue angle of 128.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB027 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1517639-
CMYK0.9100.780.31
HSL128.94º84.29%37.45%-
HSV(B)128.94º91.48%69.02%-
XYZ16.0931.37.11-
YUV112.2486.6658.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.52%
GREEN value IS 176 (69.14% from 255) = 76.52%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=6.52%
G=76.52%
B=16.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15176390.9100.780.31128.9484.2937.45
HexFB0275B04E1F815425
Octal172604713301163720112445
Binary11111011000010011110110110100111011111100000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,176,39); }

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

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

 a { background-color: rgb(15,176,39); }

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

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

 span { border-color: rgb(15,176,39); }

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