#0FB02A

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

Shades of Dark Pastel Green #0FB02A

Tints of Dark Pastel Green #0FB02A

Color information

#0FB02A (or 0x0FB02A) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B0 and 2A. RGB value is (15,176,42). Sum of RGB (Red+Green+Blue) = 15+176+42=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 176 (69.14% from 255 or 75.54% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB02A is #F04FD5. Grayscale: #707070. Windows color (decimal): -15749078 or 2797583. OLE color: 2797583.

HSL color Cylindrical-coordinate representation of color #0FB02A: hue angle of 130.06º 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 #0FB02A is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1517642-
CMYK0.9100.760.31
HSL130.06º84.29%37.45%-
HSV(B)130.06º91.48%69.02%-
XYZ16.1431.327.39-
YUV112.5888.1658.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 176 (69.14% from 255) = 75.54%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=6.44%
G=75.54%
B=18.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15176420.9100.760.31130.0684.2937.45
HexFB02A5B04C1F825425
Octal172605213301143720212445
Binary11111011000010101010110110100110011111100000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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