#0A8278

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

Shades of Surfie Green #0A8278

Tints of Surfie Green #0A8278

Color information

#0A8278 (or 0x0A8278) is unknown color: approx Surfie Green. HEX triplet: 0A, 82 and 78. RGB value is (10,130,120). Sum of RGB (Red+Green+Blue) = 10+130+120=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8278 is #F57D87. Grayscale: #5C5C5C. Windows color (decimal): -16088456 or 7897610. OLE color: 7897610.

HSL color Cylindrical-coordinate representation of color #0A8278: hue angle of 175º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8278 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB10130120-
CMYK0.9200.080.49
HSL175º85.71%27.45%-
HSV(B)175º92.31%50.98%-
XYZ11.517.3920.52-
YUV92.98143.2468.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.85%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=3.85%
G=50%
B=46.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101301200.9200.080.4917585.7127.45
HexA82785C0831af561b
Octal122021701340106125712633
Binary101010000010111100010111000100011000110101111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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