Html Css Color HEX #12683C Fun Green

📋 copy color: '#12683C'

red 18 ◦ green 104 ◦ blue 60

#12683C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #12683C

Tints of Fun Green #12683C

RGB

 RED value IS 18 (7.42% from 255) = 9.89%

 GREEN value IS 104 (41.02% from 255) = 57.14%

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 9.89%
G = 57.14%
B = 32.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#12683C (or 0x12683C) is known color: Fun Green. HEX triplet: 12, 68 and 3C. RGB value is (18,104,60). Sum of RGB (Red+Green+Blue) = 18+104+60=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #12683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12683C is #ED97C3. Grayscale: #494949. Windows color (decimal): -15570884 or 3958802. OLE color: 3958802.

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

Color convert

RGB 18 104 60 -
CMYK 0.83 0 0.42 0.59
HSL 149.3º 0.7% 0.24% -
HSV(B) 149.3º 0.83% 0.41% -
XYZ 6.02 10.36 5.96 -
YUV 73.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 18 104 60 0.83 0 0.42 0.59 149.3 0.7 0.24
Hex 12 68 3C 53 0 2A 3B 95 46 18
Octal 22 150 74 123 0 52 73 225 106 30
Binary 10010 1101000 111100 1010011 0 101010 111011 10010101 1000110 11000

Color Harmonies of #12683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12683C

Black with #12683C

Text Example


Text Example

White with #12683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12683C;
 }
 .AnyTagClassName
 {
   color: #12683C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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