#0BC73F

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

Shades of Dark Pastel Green #0BC73F

Tints of Dark Pastel Green #0BC73F

Color information

#0BC73F (or 0x0BC73F) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C7 and 3F. RGB value is (11,199,63). Sum of RGB (Red+Green+Blue) = 11+199+63=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 199 (78.12% from 255 or 72.89% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC73F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC73F is #F438C0. Grayscale: #7F7F7F. Windows color (decimal): -16005313 or 4179723. OLE color: 4179723.

HSL color Cylindrical-coordinate representation of color #0BC73F: hue angle of 136.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC73F is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1119963-
CMYK0.9400.680.22
HSL136.6º89.52%41.18%-
HSV(B)136.6º94.47%78.04%-
XYZ21.4641.2811.54-
YUV127.2891.7245.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 199 (78.12% from 255) = 72.89%
BLUE value IS 63 (25% from 255) = 23.08%
R=4.03%
G=72.89%
B=23.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11199630.9400.680.22136.689.5241.18
HexBC73F5E04416895a29
Octal133077713601042621113251
Binary10111100011111111110111100100010010110100010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,199,63); }

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

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

 a { background-color: rgb(11,199,63); }

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

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

 span { border-color: rgb(11,199,63); }

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