#14837A

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

Shades of Surfie Green #14837A

Tints of Surfie Green #14837A

Color information

#14837A (or 0x14837A) is unknown color: approx Surfie Green. HEX triplet: 14, 83 and 7A. RGB value is (20,131,122). Sum of RGB (Red+Green+Blue) = 20+131+122=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #14837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14837A is #EB7C85. Grayscale: #606060. Windows color (decimal): -15432838 or 8028948. OLE color: 8028948.

HSL color Cylindrical-coordinate representation of color #14837A: hue angle of 175.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14837A is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB20131122-
CMYK0.8500.070.49
HSL175.14º73.51%29.61%-
HSV(B)175.14º84.73%51.37%-
XYZ11.9217.7921.22-
YUV96.78142.2373.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=7.33%
G=47.99%
B=44.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201311220.8500.070.49175.1473.5129.61
Hex14837A550731af4a1e
Octal24203172125076125711236
Binary101001000001111110101010101011111000110101111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14837A; }

 p { color: rgb(20,131,122); }

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

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

 a { background-color: rgb(20,131,122); }

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

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

 span { border-color: rgb(20,131,122); }

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