#14623A

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

Shades of Fun Green #14623A

Tints of Fun Green #14623A

Color information

#14623A (or 0x14623A) is unknown color: approx Fun Green. HEX triplet: 14, 62 and 3A. RGB value is (20,98,58). Sum of RGB (Red+Green+Blue) = 20+98+58=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #14623A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14623A is #EB9DC5. Grayscale: #464646. Windows color (decimal): -15441350 or 3826196. OLE color: 3826196.

HSL color Cylindrical-coordinate representation of color #14623A: hue angle of 149.23º 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 #14623A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB209858-
CMYK0.8000.410.62
HSL149.23º66.1%23.14%-
HSV(B)149.23º79.59%38.43%-
XYZ5.429.195.49-
YUV70.12121.1692.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=11.36%
G=55.68%
B=32.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098580.8000.410.62149.2366.123.14
Hex14623A500293E954217
Octal24142721200517622510227
Binary1010011000101110101010000010100111111010010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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