#0FC23C

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

Shades of Dark Pastel Green #0FC23C

Tints of Dark Pastel Green #0FC23C

Color information

#0FC23C (or 0x0FC23C) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C2 and 3C. RGB value is (15,194,60). Sum of RGB (Red+Green+Blue) = 15+194+60=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC23C is #F03DC3. Grayscale: #7D7D7D. Windows color (decimal): -15744452 or 3981839. OLE color: 3981839.

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

Color convert

RGB1519460-
CMYK0.9200.690.24
HSL135.08º85.65%40.98%-
HSV(B)135.08º92.27%76.08%-
XYZ20.339.0110.73-
YUV125.291.249.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 194 (76.17% from 255) = 72.12%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=5.58%
G=72.12%
B=22.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15194600.9200.690.24135.0885.6540.98
HexFC23C5C04518875629
Octal173027413401053020712651
Binary11111100001011110010111000100010111000100001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,194,60); }

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

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

 a { background-color: rgb(15,194,60); }

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

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

 span { border-color: rgb(15,194,60); }

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