#14633A

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

Shades of Fun Green #14633A

Tints of Fun Green #14633A

Color information

#14633A (or 0x14633A) is unknown color: approx Fun Green. HEX triplet: 14, 63 and 3A. RGB value is (20,99,58). Sum of RGB (Red+Green+Blue) = 20+99+58=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #14633A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14633A is #EB9CC5. Grayscale: #464646. Windows color (decimal): -15441094 or 3826452. OLE color: 3826452.

HSL color Cylindrical-coordinate representation of color #14633A: hue angle of 148.86º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14633A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB209958-
CMYK0.8000.410.61
HSL148.86º66.39%23.33%-
HSV(B)148.86º79.8%38.82%-
XYZ5.519.385.52-
YUV70.7120.8391.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 99 (39.06% from 255) = 55.93%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=11.30%
G=55.93%
B=32.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099580.8000.410.61148.8666.3923.33
Hex14633A500293D954217
Octal24143721200517522510227
Binary1010011000111110101010000010100111110110010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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