Html Css Color HEX #0EA068 Shamrock Green

📋 copy color: '#0EA068'

red 14 ◦ green 160 ◦ blue 104

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

Shades of Shamrock Green #0EA068

Tints of Shamrock Green #0EA068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.55%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 5.04%
G = 57.55%
B = 37.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#0EA068 (or 0x0EA068) is known color: Shamrock Green. HEX triplet: 0E, A0 and 68. RGB value is (14,160,104). Sum of RGB (Red+Green+Blue) = 14+160+104=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA068 is #F15F97. Grayscale: #6E6E6E. Windows color (decimal): -15818648 or 6856718. OLE color: 6856718.

HSL color Cylindrical-coordinate representation of color #0EA068: hue angle of 156.99º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA068 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 160 104 -
CMYK 0.91 0 0.35 0.37
HSL 156.99º 0.84% 0.34% -
HSV(B) 156.99º 0.91% 0.63% -
XYZ 15.25 26.23 17.36 -
YUV 109.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 14 160 104 0.91 0 0.35 0.37 156.99 0.84 0.34
Hex E A0 68 5B 0 23 25 9D 54 22
Octal 16 240 150 133 0 43 45 235 124 42
Binary 1110 10100000 1101000 1011011 0 100011 100101 10011101 1010100 100010

Color Harmonies of #0EA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA068

Black with #0EA068

Text Example


Text Example

White with #0EA068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,160,104); }

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

background-color css

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

 a { background-color: rgb(14,160,104); }

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

border-color css

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

 span { border-color: rgb(14,160,104); }

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