#0BBD4E

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

Shades of Dark Pastel Green #0BBD4E

Tints of Dark Pastel Green #0BBD4E

Color information

#0BBD4E (or 0x0BBD4E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BD and 4E. RGB value is (11,189,78). Sum of RGB (Red+Green+Blue) = 11+189+78=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBD4E is #F442B1. Grayscale: #7B7B7B. Windows color (decimal): -16007858 or 5160203. OLE color: 5160203.

HSL color Cylindrical-coordinate representation of color #0BBD4E: hue angle of 142.58º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD4E is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1118978-
CMYK0.9400.590.26
HSL142.58º89%39.22%-
HSV(B)142.58º94.18%74.12%-
XYZ19.7137.0213.31-
YUV123.12102.5348.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.96%
GREEN value IS 189 (74.22% from 255) = 67.99%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=3.96%
G=67.99%
B=28.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11189780.9400.590.26142.588939.22
HexBBD4E5E03B1A8f5927
Octal132751161360733221713147
Binary10111011110110011101011110011101111010100011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,189,78); }

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

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

 a { background-color: rgb(11,189,78); }

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

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

 span { border-color: rgb(11,189,78); }

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