#0BB83E

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

Shades of Dark Pastel Green #0BB83E

Tints of Dark Pastel Green #0BB83E

Color information

#0BB83E (or 0x0BB83E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B8 and 3E. RGB value is (11,184,62). Sum of RGB (Red+Green+Blue) = 11+184+62=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB83E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB83E is #F447C1. Grayscale: #767676. Windows color (decimal): -16009154 or 4110347. OLE color: 4110347.

HSL color Cylindrical-coordinate representation of color #0BB83E: hue angle of 137.69º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB83E is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1118462-
CMYK0.9400.660.28
HSL137.69º88.72%38.24%-
HSV(B)137.69º94.02%72.16%-
XYZ18.1534.710.3-
YUV118.3696.1951.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 184 (72.27% from 255) = 71.60%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=4.28%
G=71.60%
B=24.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11184620.9400.660.28137.6988.7238.24
HexBB83E5E0421C8a5926
Octal132707613601023421213146
Binary10111011100011111010111100100001011100100010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,184,62); }

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

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

 a { background-color: rgb(11,184,62); }

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

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

 span { border-color: rgb(11,184,62); }

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