Html Css Color HEX #088D5F Shamrock Green

📋 copy color: '#088D5F'

red 8 ◦ green 141 ◦ blue 95

#088D5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #088D5F

Tints of Shamrock Green #088D5F

RGB

 RED value IS 8 (3.52% from 255) = 3.28%

 GREEN value IS 141 (55.47% from 255) = 57.79%

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 3.28%
G = 57.79%
B = 38.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#088D5F (or 0x088D5F) is known color: Shamrock Green. HEX triplet: 08, 8D and 5F. RGB value is (8,141,95). Sum of RGB (Red+Green+Blue) = 8+141+95=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #088D5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D5F is #F772A0. Grayscale: #606060. Windows color (decimal): -16216737 or 6262024. OLE color: 6262024.

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

Color convert

RGB 8 141 95 -
CMYK 0.94 0 0.33 0.45
HSL 159.25º 0.89% 0.29% -
HSV(B) 159.25º 0.94% 0.55% -
XYZ 11.69 19.93 14.06 -
YUV 95.99 127.44 65.24 -
System Red Green Blue C M Y K H S L
Decimal 8 141 95 0.94 0 0.33 0.45 159.25 0.89 0.29
Hex 8 8D 5F 5E 0 21 2D 9F 59 1D
Octal 10 215 137 136 0 41 55 237 131 35
Binary 1000 10001101 1011111 1011110 0 100001 101101 10011111 1011001 11101

Color Harmonies of #088D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088D5F

Black with #088D5F

Text Example


Text Example

White with #088D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,141,95); }

 H1.HeaderClassName
 {
   color: #088D5F;
 }
 .AnyTagClassName
 {
   color: #088D5F;
 }
</style>

background-color css

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

 a { background-color: rgb(8,141,95); }

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

border-color css

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

 span { border-color: rgb(8,141,95); }

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