#0FCE38

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

Shades of Dark Pastel Green #0FCE38

Tints of Dark Pastel Green #0FCE38

Color information

#0FCE38 (or 0x0FCE38) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CE and 38. RGB value is (15,206,56). Sum of RGB (Red+Green+Blue) = 15+206+56=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCE38 is #F031C7. Grayscale: #848484. Windows color (decimal): -15741384 or 3722767. OLE color: 3722767.

HSL color Cylindrical-coordinate representation of color #0FCE38: hue angle of 132.88º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE38 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB1520656-
CMYK0.9300.730.19
HSL132.88º86.43%43.33%-
HSV(B)132.88º92.72%80.78%-
XYZ22.9844.5311.13-
YUV131.7985.2244.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 206 (80.86% from 255) = 74.37%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=5.42%
G=74.37%
B=20.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15206560.9300.730.19132.8886.4343.33
HexFCE385D0491385562b
Octal173167013501112320512653
Binary11111100111011100010111010100100110011100001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,206,56); }

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

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

 a { background-color: rgb(15,206,56); }

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

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

 span { border-color: rgb(15,206,56); }

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