#088B14

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

Shades of Green #088B14

Tints of Green #088B14

Color information

#088B14 (or 0x088B14) is unknown color: approx Green. HEX triplet: 08, 8B and 14. RGB value is (8,139,20). Sum of RGB (Red+Green+Blue) = 8+139+20=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 139 (54.69% from 255 or 83.23% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 139 - color contains mainly: green. Hex color #088B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088B14 is #F774EB. Grayscale: #565656. Windows color (decimal): -16217324 or 1346312. OLE color: 1346312.

HSL color Cylindrical-coordinate representation of color #088B14: hue angle of 125.5º 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 #088B14 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB813920-
CMYK0.9400.860.45
HSL125.5º89.12%28.82%-
HSV(B)125.5º94.24%54.51%-
XYZ9.4618.573.75-
YUV86.2690.672.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 139 (54.69% from 255) = 83.23%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=4.79%
G=83.23%
B=11.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139200.9400.860.45125.589.1228.82
Hex88B145E0562D7d591d
Octal102132413601265517513135
Binary100010001011101001011110010101101011011111101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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