#0fa439

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

Shades of Dark Pastel Green #0FA439

Tints of Dark Pastel Green #0FA439

Color information

#0FA439 (or 0x0FA439) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, A4 and 39. RGB value is (15,164,57). Sum of RGB (Red+Green+Blue) = 15+164+57=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 164 (64.45% from 255 or 69.49% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA439 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA439 is #F05BC6. Grayscale: #6B6B6B. Windows color (decimal): -15752135 or 3777551. OLE color: 3777551.

HSL color Cylindrical-coordinate representation of color #0FA439: hue angle of 136.91º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA439 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1516457-
CMYK0.9100.650.36
HSL136.91º83.24%35.1%-
HSV(B)136.91º90.85%64.31%-
XYZ14.2126.958.32-
YUV107.2599.6462.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.36%
GREEN value IS 164 (64.45% from 255) = 69.49%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=6.36%
G=69.49%
B=24.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15164570.9100.650.36136.9183.2435.1
HexFA4395B04124895323
Octal172447113301014421112343
Binary111110100100111001101101101000001100100100010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,164,57); }

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

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

 a { background-color: rgb(15,164,57); }

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

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

 span { border-color: rgb(15,164,57); }

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