#128478

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

Shades of Surfie Green #128478

Tints of Surfie Green #128478

Color information

#128478 (or 0x128478) is unknown color: approx Surfie Green. HEX triplet: 12, 84 and 78. RGB value is (18,132,120). Sum of RGB (Red+Green+Blue) = 18+132+120=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #128478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128478 is #ED7B87. Grayscale: #606060. Windows color (decimal): -15563656 or 7898130. OLE color: 7898130.

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

Color convert

RGB18132120-
CMYK0.8600.090.48
HSL173.68º76%29.41%-
HSV(B)173.68º86.36%51.76%-
XYZ11.8917.9920.61-
YUV96.55141.2371.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=6.67%
G=48.89%
B=44.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321200.8600.090.48173.687629.41
Hex128478560930ae4c1d
Octal222041701260116025611435
Binary1001010000100111100010101100100111000010101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128478; }

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

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

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

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

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

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

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

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