#0FA434

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

Shades of Dark Pastel Green #0FA434

Tints of Dark Pastel Green #0FA434

Color information

#0FA434 (or 0x0FA434) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, A4 and 34. RGB value is (15,164,52). Sum of RGB (Red+Green+Blue) = 15+164+52=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA434 is #F05BCB. Grayscale: #6A6A6A. Windows color (decimal): -15752140 or 3449871. OLE color: 3449871.

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

Color convert

RGB1516452-
CMYK0.9100.680.36
HSL134.9º83.24%35.1%-
HSV(B)134.9º90.85%64.31%-
XYZ14.0926.97.7-
YUV106.6897.1462.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 164 (64.45% from 255) = 71.00%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=6.49%
G=71.00%
B=22.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15164520.9100.680.36134.983.2435.1
HexFA4345B04424875323
Octal172446413301044420712343
Binary111110100100110100101101101000100100100100001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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