Html Css Color HEX #0E9A5A Shamrock Green

📋 copy color: '#0E9A5A'

red 14 ◦ green 154 ◦ blue 90

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

Shades of Shamrock Green #0E9A5A

Tints of Shamrock Green #0E9A5A

RGB

 RED value IS 14 (5.86% from 255) = 5.43%

 GREEN value IS 154 (60.55% from 255) = 59.69%

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

R = 5.43%
G = 59.69%
B = 34.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#0E9A5A (or 0x0E9A5A) is known color: Shamrock Green. HEX triplet: 0E, 9A and 5A. RGB value is (14,154,90). Sum of RGB (Red+Green+Blue) = 14+154+90=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 154 (60.55% from 255 or 59.69% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9A5A is #F165A5. Grayscale: #686868. Windows color (decimal): -15820198 or 5937678. OLE color: 5937678.

HSL color Cylindrical-coordinate representation of color #0E9A5A: hue angle of 152.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A5A is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 154 90 -
CMYK 0.91 0 0.42 0.40
HSL 152.57º 0.83% 0.33% -
HSV(B) 152.57º 0.91% 0.6% -
XYZ 13.58 23.94 13.58 -
YUV 104.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 14 154 90 0.91 0 0.42 0.40 152.57 0.83 0.33
Hex E 9A 5A 5B 0 2A 28 99 53 21
Octal 16 232 132 133 0 52 50 231 123 41
Binary 1110 10011010 1011010 1011011 0 101010 101000 10011001 1010011 100001

Color Harmonies of #0E9A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9A5A

Black with #0E9A5A

Text Example


Text Example

White with #0E9A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E9A5A; }

 p { color: rgb(14,154,90); }

 H1.HeaderClassName
 {
   color: #0E9A5A;
 }
 .AnyTagClassName
 {
   color: #0E9A5A;
 }
</style>

background-color css

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

 a { background-color: rgb(14,154,90); }

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

border-color css

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

 span { border-color: rgb(14,154,90); }

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