#0FB12A

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

Shades of Dark Pastel Green #0FB12A

Tints of Dark Pastel Green #0FB12A

Color information

#0FB12A (or 0x0FB12A) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B1 and 2A. RGB value is (15,177,42). Sum of RGB (Red+Green+Blue) = 15+177+42=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 177 (69.53% from 255 or 75.64% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB12A is #F04ED5. Grayscale: #717171. Windows color (decimal): -15748822 or 2797839. OLE color: 2797839.

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

Color convert

RGB1517742-
CMYK0.9200.760.31
HSL130º84.38%37.65%-
HSV(B)130º91.53%69.41%-
XYZ16.3431.717.45-
YUV113.1787.8357.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.41%
GREEN value IS 177 (69.53% from 255) = 75.64%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=6.41%
G=75.64%
B=17.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15177420.9200.760.3113084.3837.65
HexFB12A5C04C1F825426
Octal172615213401143720212446
Binary11111011000110101010111000100110011111100000101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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