#0FAD2D

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

Shades of Dark Pastel Green #0FAD2D

Tints of Dark Pastel Green #0FAD2D

Color information

#0FAD2D (or 0x0FAD2D) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, AD and 2D. RGB value is (15,173,45). Sum of RGB (Red+Green+Blue) = 15+173+45=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD2D is #F052D2. Grayscale: #6F6F6F. Windows color (decimal): -15749843 or 2993423. OLE color: 2993423.

HSL color Cylindrical-coordinate representation of color #0FAD2D: hue angle of 131.39º 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 #0FAD2D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1517345-
CMYK0.9100.740.32
HSL131.39º84.04%36.86%-
HSV(B)131.39º91.33%67.84%-
XYZ15.6130.187.48-
YUV111.1790.6559.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 173 (67.97% from 255) = 74.25%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=6.44%
G=74.25%
B=19.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15173450.9100.740.32131.3984.0436.86
HexFAD2D5B04A20835425
Octal172555513301124020312445
Binary111110101101101101101101101001010100000100000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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