#0E8478

Color #0E8478 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #0E8478

Tints of Surfie Green #0E8478

Color information

#0E8478 (or 0x0E8478) is unknown color: approx Surfie Green. HEX triplet: 0E, 84 and 78. RGB value is (14,132,120). Sum of RGB (Red+Green+Blue) = 14+132+120=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8478 is #F17B87. Grayscale: #5F5F5F. Windows color (decimal): -15825800 or 7898126. OLE color: 7898126.

HSL color Cylindrical-coordinate representation of color #0E8478: hue angle of 173.9º 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 #0E8478 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB14132120-
CMYK0.8900.090.48
HSL173.9º80.82%28.63%-
HSV(B)173.9º89.39%51.76%-
XYZ11.8217.9520.61-
YUV95.35141.9169.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=5.26%
G=49.62%
B=45.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal141321200.8900.090.48173.980.8228.63
HexE8478590930ae511d
Octal162041701310116025612135
Binary111010000100111100010110010100111000010101110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E8478;
 }
 .AnyTagClassName
 {
   color: #0E8478;
 }
</style>
background-color css

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

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

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

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

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

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