#0FA533

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

Shades of Dark Pastel Green #0FA533

Tints of Dark Pastel Green #0FA533

Color information

#0FA533 (or 0x0FA533) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, A5 and 33. RGB value is (15,165,51). Sum of RGB (Red+Green+Blue) = 15+165+51=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 165 (64.84% from 255 or 71.43% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA533 is #F05ACC. Grayscale: #6B6B6B. Windows color (decimal): -15751885 or 3384591. OLE color: 3384591.

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

Color convert

RGB1516551-
CMYK0.9100.690.35
HSL134.4º83.33%35.29%-
HSV(B)134.4º90.91%64.71%-
XYZ14.2527.257.64-
YUV107.1596.362.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 165 (64.84% from 255) = 71.43%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=6.49%
G=71.43%
B=22.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15165510.9100.690.35134.483.3335.29
HexFA5335B04523865323
Octal172456313301054320612343
Binary111110100101110011101101101000101100011100001101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,165,51); }

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

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

 a { background-color: rgb(15,165,51); }

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

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

 span { border-color: rgb(15,165,51); }

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