#0FA530

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

Shades of Dark Pastel Green #0FA530

Tints of Dark Pastel Green #0FA530

Color information

#0FA530 (or 0x0FA530) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, A5 and 30. RGB value is (15,165,48). Sum of RGB (Red+Green+Blue) = 15+165+48=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 165 (64.84% from 255 or 72.37% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA530 is #F05ACF. Grayscale: #6B6B6B. Windows color (decimal): -15751888 or 3187983. OLE color: 3187983.

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

Color convert

RGB1516548-
CMYK0.9100.710.35
HSL133.2º83.33%35.29%-
HSV(B)133.2º90.91%64.71%-
XYZ14.1927.237.3-
YUV106.8194.862.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 165 (64.84% from 255) = 72.37%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=6.58%
G=72.37%
B=21.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15165480.9100.710.35133.283.3335.29
HexFA5305B04723855323
Octal172456013301074320512343
Binary111110100101110000101101101000111100011100001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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