#0FC035

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

Shades of Dark Pastel Green #0FC035

Tints of Dark Pastel Green #0FC035

Color information

#0FC035 (or 0x0FC035) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C0 and 35. RGB value is (15,192,53). Sum of RGB (Red+Green+Blue) = 15+192+53=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC035 is #F03FCA. Grayscale: #7B7B7B. Windows color (decimal): -15744971 or 3522575. OLE color: 3522575.

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

Color convert

RGB1519253-
CMYK0.9200.720.25
HSL132.88º85.51%40.59%-
HSV(B)132.88º92.19%75.29%-
XYZ19.6938.069.68-
YUV123.2388.3650.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.77%
GREEN value IS 192 (75.39% from 255) = 73.85%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=5.77%
G=73.85%
B=20.38%

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
Decimal15192530.9200.720.25132.8885.5140.59
HexFC0355C04819855629
Octal173006513401103120512651
Binary11111100000011010110111000100100011001100001011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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