#128276

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

Shades of Surfie Green #128276

Tints of Surfie Green #128276

Color information

#128276 (or 0x128276) is unknown color: approx Surfie Green. HEX triplet: 12, 82 and 76. RGB value is (18,130,118). Sum of RGB (Red+Green+Blue) = 18+130+118=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #128276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128276 is #ED7D89. Grayscale: #5F5F5F. Windows color (decimal): -15564170 or 7766546. OLE color: 7766546.

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

Color convert

RGB18130118-
CMYK0.8600.090.49
HSL173.57º75.68%29.02%-
HSV(B)173.57º86.15%50.98%-
XYZ11.517.419.89-
YUV95.14140.8972.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=6.77%
G=48.87%
B=44.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301180.8600.090.49173.5775.6829.02
Hex128276560931ae4c1d
Octal222021661260116125611435
Binary1001010000010111011010101100100111000110101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128276; }

 p { color: rgb(18,130,118); }

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

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

 a { background-color: rgb(18,130,118); }

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

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

 span { border-color: rgb(18,130,118); }

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