#12693A

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

Shades of Fun Green #12693A

Tints of Fun Green #12693A

Color information

#12693A (or 0x12693A) is unknown color: approx Fun Green. HEX triplet: 12, 69 and 3A. RGB value is (18,105,58). Sum of RGB (Red+Green+Blue) = 18+105+58=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #12693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12693A is #ED96C5. Grayscale: #494949. Windows color (decimal): -15570630 or 3827986. OLE color: 3827986.

HSL color Cylindrical-coordinate representation of color #12693A: hue angle of 147.59º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12693A is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1810558-
CMYK0.8300.450.59
HSL147.59º70.73%24.12%-
HSV(B)147.59º82.86%41.18%-
XYZ6.0610.545.72-
YUV73.63119.1888.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=9.94%
G=58.01%
B=32.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105580.8300.450.59147.5970.7324.12
Hex12693A5302D3B944718
Octal22151721230557322410730
Binary1001011010011110101010011010110111101110010100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,105,58); }

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

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

 a { background-color: rgb(18,105,58); }

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

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

 span { border-color: rgb(18,105,58); }

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