#0FC21E

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

Shades of Dark Pastel Green #0FC21E

Tints of Dark Pastel Green #0FC21E

Color information

#0FC21E (or 0x0FC21E) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C2 and 1E. RGB value is (15,194,30). Sum of RGB (Red+Green+Blue) = 15+194+30=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC21E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC21E is #F03DE1. Grayscale: #7A7A7A. Windows color (decimal): -15744482 or 2015759. OLE color: 2015759.

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

Color convert

RGB1519430-
CMYK0.9200.850.24
HSL125.03º85.65%40.98%-
HSV(B)125.03º92.27%76.08%-
XYZ19.7238.787.67-
YUV121.7876.251.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 194 (76.17% from 255) = 81.17%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=6.28%
G=81.17%
B=12.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15194300.9200.850.24125.0385.6540.98
HexFC21E5C055187d5629
Octal173023613401253017512651
Binary111111000010111101011100010101011100011111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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