#0FB840

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

Shades of Dark Pastel Green #0FB840

Tints of Dark Pastel Green #0FB840

Color information

#0FB840 (or 0x0FB840) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B8 and 40. RGB value is (15,184,64). Sum of RGB (Red+Green+Blue) = 15+184+64=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB840 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB840 is #F047BF. Grayscale: #787878. Windows color (decimal): -15747008 or 4241423. OLE color: 4241423.

HSL color Cylindrical-coordinate representation of color #0FB840: hue angle of 137.4º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB840 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1518464-
CMYK0.9200.650.28
HSL137.4º84.92%39.02%-
HSV(B)137.4º91.85%72.16%-
XYZ18.2634.7510.6-
YUV119.7996.5153.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.70%
GREEN value IS 184 (72.27% from 255) = 69.96%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=5.70%
G=69.96%
B=24.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15184640.9200.650.28137.484.9239.02
HexFB8405C0411C895527
Octal1727010013401013421112547
Binary111110111000100000010111000100000111100100010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,184,64); }

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

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

 a { background-color: rgb(15,184,64); }

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

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

 span { border-color: rgb(15,184,64); }

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