#14623F

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

Shades of Fun Green #14623F

Tints of Fun Green #14623F

Color information

#14623F (or 0x14623F) is unknown color: approx Fun Green. HEX triplet: 14, 62 and 3F. RGB value is (20,98,63). Sum of RGB (Red+Green+Blue) = 20+98+63=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #14623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14623F is #EB9DC0. Grayscale: #464646. Windows color (decimal): -15441345 or 4153876. OLE color: 4153876.

HSL color Cylindrical-coordinate representation of color #14623F: hue angle of 153.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14623F is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB209863-
CMYK0.8000.360.62
HSL153.08º66.1%23.14%-
HSV(B)153.08º79.59%38.43%-
XYZ5.559.246.19-
YUV70.69123.6691.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 63 (25% from 255) = 34.81%
R=11.05%
G=54.14%
B=34.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098630.8000.360.62153.0866.123.14
Hex14623F500243E994217
Octal24142771200447623110227
Binary1010011000101111111010000010010011111010011001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14623F; }

 p { color: rgb(20,98,63); }

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

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

 a { background-color: rgb(20,98,63); }

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

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

 span { border-color: rgb(20,98,63); }

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