#0FAD2C

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

Shades of Dark Pastel Green #0FAD2C

Tints of Dark Pastel Green #0FAD2C

Color information

#0FAD2C (or 0x0FAD2C) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, AD and 2C. RGB value is (15,173,44). Sum of RGB (Red+Green+Blue) = 15+173+44=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD2C is #F052D3. Grayscale: #6F6F6F. Windows color (decimal): -15749844 or 2927887. OLE color: 2927887.

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

Color convert

RGB1517344-
CMYK0.9100.750.32
HSL131.01º84.04%36.86%-
HSV(B)131.01º91.33%67.84%-
XYZ15.630.177.38-
YUV111.0590.1559.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.47%
GREEN value IS 173 (67.97% from 255) = 74.57%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=6.47%
G=74.57%
B=18.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15173440.9100.750.32131.0184.0436.86
HexFAD2C5B04B20835425
Octal172555413301134020312445
Binary111110101101101100101101101001011100000100000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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