#088514

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

Shades of Green #088514

Tints of Green #088514

Color information

#088514 (or 0x088514) is unknown color: approx Green. HEX triplet: 08, 85 and 14. RGB value is (8,133,20). Sum of RGB (Red+Green+Blue) = 8+133+20=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 133 (52.34% from 255 or 82.61% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 133 - color contains mainly: green. Hex color #088514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088514 is #F77AEB. Grayscale: #535353. Windows color (decimal): -16218860 or 1344776. OLE color: 1344776.

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

Color convert

RGB813320-
CMYK0.9400.850.48
HSL125.76º88.65%27.65%-
HSV(B)125.76º93.98%52.16%-
XYZ8.6116.883.47-
YUV82.7492.5974.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 133 (52.34% from 255) = 82.61%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=4.97%
G=82.61%
B=12.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133200.9400.850.48125.7688.6527.65
Hex885145E055307e591c
Octal102052413601256017613134
Binary100010000101101001011110010101011100001111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088514; }

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

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

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

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

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

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

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

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