#0A8478

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

Shades of Surfie Green #0A8478

Tints of Surfie Green #0A8478

Color information

#0A8478 (or 0x0A8478) is unknown color: approx Surfie Green. HEX triplet: 0A, 84 and 78. RGB value is (10,132,120). Sum of RGB (Red+Green+Blue) = 10+132+120=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8478 is #F57B87. Grayscale: #5E5E5E. Windows color (decimal): -16087944 or 7898122. OLE color: 7898122.

HSL color Cylindrical-coordinate representation of color #0A8478: hue angle of 174.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8478 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB10132120-
CMYK0.9200.090.48
HSL174.1º85.92%27.84%-
HSV(B)174.1º92.42%51.76%-
XYZ11.7717.9220.61-
YUV94.15142.5867.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=3.82%
G=50.38%
B=45.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101321200.9200.090.48174.185.9227.84
HexA84785C0930ae561c
Octal122041701340116025612634
Binary101010000100111100010111000100111000010101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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