#0FAD44

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

Shades of Dark Pastel Green #0FAD44

Tints of Dark Pastel Green #0FAD44

Color information

#0FAD44 (or 0x0FAD44) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, AD and 44. RGB value is (15,173,68). Sum of RGB (Red+Green+Blue) = 15+173+68=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD44 is #F052BB. Grayscale: #727272. Windows color (decimal): -15749820 or 4500751. OLE color: 4500751.

HSL color Cylindrical-coordinate representation of color #0FAD44: hue angle of 140.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD44 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1517368-
CMYK0.9100.610.32
HSL140.13º84.04%36.86%-
HSV(B)140.13º91.33%67.84%-
XYZ16.1830.4110.48-
YUV113.79102.1557.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 173 (67.97% from 255) = 67.58%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=5.86%
G=67.58%
B=26.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15173680.9100.610.32140.1384.0436.86
HexFAD445B03D208c5425
Octal172551041330754021412445
Binary111110101101100010010110110111101100000100011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,173,68); }

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

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

 a { background-color: rgb(15,173,68); }

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

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

 span { border-color: rgb(15,173,68); }

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