#12683A

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

Shades of Fun Green #12683A

Tints of Fun Green #12683A

Color information

#12683A (or 0x12683A) is unknown color: approx Fun Green. HEX triplet: 12, 68 and 3A. RGB value is (18,104,58). Sum of RGB (Red+Green+Blue) = 18+104+58=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #12683A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12683A is #ED97C5. Grayscale: #494949. Windows color (decimal): -15570886 or 3827730. OLE color: 3827730.

HSL color Cylindrical-coordinate representation of color #12683A: hue angle of 147.91º degrees, saturation: 0.7, 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 #12683A is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1810458-
CMYK0.8300.440.59
HSL147.91º70.49%23.92%-
HSV(B)147.91º82.69%40.78%-
XYZ5.9610.335.68-
YUV73.04119.5188.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 104 (41.02% from 255) = 57.78%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=10%
G=57.78%
B=32.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104580.8300.440.59147.9170.4923.92
Hex12683A5302C3B944618
Octal22150721230547322410630
Binary1001011010001110101010011010110011101110010100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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