#088B0D

Color #088B0D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #088B0D

Tints of Green #088B0D

Color information

#088B0D (or 0x088B0D) is unknown color: approx Green. HEX triplet: 08, 8B and 0D. RGB value is (8,139,13). Sum of RGB (Red+Green+Blue) = 8+139+13=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 139 (54.69% from 255 or 86.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 139 - color contains mainly: green. Hex color #088B0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088B0D is #F774F2. Grayscale: #555555. Windows color (decimal): -16217331 or 887560. OLE color: 887560.

HSL color Cylindrical-coordinate representation of color #088B0D: hue angle of 122.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B0D is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB813913-
CMYK0.9400.910.45
HSL122.29º89.12%28.82%-
HSV(B)122.29º94.24%54.51%-
XYZ9.4118.553.46-
YUV85.4787.172.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 139 (54.69% from 255) = 86.88%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=5%
G=86.88%
B=8.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139130.9400.910.45122.2989.1228.82
Hex88BD5E05B2D7a591d
Octal102131513601335517213135
Binary10001000101111011011110010110111011011111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088B0D; }

 p { color: rgb(8,139,13); }

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

<style>
 a { background-color: #088B0D; }

 a { background-color: rgb(8,139,13); }

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

<style>
 span { border-color: #088B0D; }

 span { border-color: rgb(8,139,13); }

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