#0FC429

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

Shades of Dark Pastel Green #0FC429

Tints of Dark Pastel Green #0FC429

Color information

#0FC429 (or 0x0FC429) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C4 and 29. RGB value is (15,196,41). Sum of RGB (Red+Green+Blue) = 15+196+41=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC429 is #F03BD6. Grayscale: #7C7C7C. Windows color (decimal): -15743959 or 2737167. OLE color: 2737167.

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

Color convert

RGB1519641-
CMYK0.9200.790.23
HSL128.62º85.78%41.37%-
HSV(B)128.62º92.35%76.86%-
XYZ20.3439.748.7-
YUV124.2181.0350.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 196 (76.95% from 255) = 77.78%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=5.95%
G=77.78%
B=16.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15196410.9200.790.23128.6285.7841.37
HexFC4295C04F17815629
Octal173045113401172720112651
Binary11111100010010100110111000100111110111100000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,196,41); }

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

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

 a { background-color: rgb(15,196,41); }

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

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

 span { border-color: rgb(15,196,41); }

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