Html Css Color HEX #008B5A Shamrock Green

📋 copy color: '#008B5A'

red 0 ◦ green 139 ◦ blue 90

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

Shades of Shamrock Green #008B5A

Tints of Shamrock Green #008B5A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 60.7%

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 0%
G = 60.7%
B = 39.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#008B5A (or 0x008B5A) is known color: Shamrock Green. HEX triplet: 00, 8B and 5A. RGB value is (0,139,90). Sum of RGB (Red+Green+Blue) = 0+139+90=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #008B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B5A is #FF74A5. Grayscale: #5B5B5B. Windows color (decimal): -16741542 or 5933824. OLE color: 5933824.

HSL color Cylindrical-coordinate representation of color #008B5A: hue angle of 158.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B5A is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 90 -
CMYK 1 0 0.35 0.45
HSL 158.85º 1% 0.27% -
HSV(B) 158.85º 1% 0.55% -
XYZ 11.08 19.2 12.8 -
YUV 91.85 126.95 62.48 -
System Red Green Blue C M Y K H S L
Decimal 0 139 90 1 0 0.35 0.45 158.85 1 0.27
Hex 0 8B 5A 64 0 23 2D 9F 64 1B
Octal 0 213 132 144 0 43 55 237 144 33
Binary 0 10001011 1011010 1100100 0 100011 101101 10011111 1100100 11011

Color Harmonies of #008B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B5A

Black with #008B5A

Text Example


Text Example

White with #008B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B5A; }

 p { color: rgb(0,139,90); }

 H1.HeaderClassName
 {
   color: #008B5A;
 }
 .AnyTagClassName
 {
   color: #008B5A;
 }
</style>

background-color css

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

 a { background-color: rgb(0,139,90); }

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

border-color css

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

 span { border-color: rgb(0,139,90); }

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