Html Css Color HEX #0E8476 Surfie Green

📋 copy color: '#0E8476'

red 14 ◦ green 132 ◦ blue 118

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

Shades of Surfie Green #0E8476

Tints of Surfie Green #0E8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 5.3%
G = 50%
B = 44.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#0E8476 (or 0x0E8476) is known color: Surfie Green. HEX triplet: 0E, 84 and 76. RGB value is (14,132,118). Sum of RGB (Red+Green+Blue) = 14+132+118=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8476 is #F17B89. Grayscale: #5F5F5F. Windows color (decimal): -15825802 or 7767054. OLE color: 7767054.

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

Color convert

RGB 14 132 118 -
CMYK 0.89 0 0.11 0.48
HSL 172.88º 0.81% 0.29% -
HSV(B) 172.88º 0.89% 0.52% -
XYZ 11.7 17.9 19.98 -
YUV 95.12 140.91 70.14 -
System Red Green Blue C M Y K H S L
Decimal 14 132 118 0.89 0 0.11 0.48 172.88 0.81 0.29
Hex E 84 76 59 0 B 30 AD 51 1D
Octal 16 204 166 131 0 13 60 255 121 35
Binary 1110 10000100 1110110 1011001 0 1011 110000 10101101 1010001 11101

Color Harmonies of #0E8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8476

Black with #0E8476

Text Example


Text Example

White with #0E8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,132,118); }

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

background-color css

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

 a { background-color: rgb(14,132,118); }

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

border-color css

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

 span { border-color: rgb(14,132,118); }

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