#0FC036

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

Shades of Dark Pastel Green #0FC036

Tints of Dark Pastel Green #0FC036

Color information

#0FC036 (or 0x0FC036) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C0 and 36. RGB value is (15,192,54). Sum of RGB (Red+Green+Blue) = 15+192+54=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC036 is #F03FC9. Grayscale: #7B7B7B. Windows color (decimal): -15744970 or 3588111. OLE color: 3588111.

HSL color Cylindrical-coordinate representation of color #0FC036: hue angle of 133.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC036 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1519254-
CMYK0.9200.720.25
HSL133.22º85.51%40.59%-
HSV(B)133.22º92.19%75.29%-
XYZ19.7138.079.8-
YUV123.3488.8650.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 192 (75.39% from 255) = 73.56%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=5.75%
G=73.56%
B=20.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15192540.9200.720.25133.2285.5140.59
HexFC0365C04819855629
Octal173006613401103120512651
Binary11111100000011011010111000100100011001100001011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,192,54); }

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

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

 a { background-color: rgb(15,192,54); }

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

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

 span { border-color: rgb(15,192,54); }

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