Html Css Color HEX #12C050 Dark Pastel Green

📋 copy color: '#12C050'

red 18 ◦ green 192 ◦ blue 80

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

Shades of Dark Pastel Green #12C050

Tints of Dark Pastel Green #12C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.21%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 6.21%
G = 66.21%
B = 27.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#12C050 (or 0x12C050) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 50. RGB value is (18,192,80). Sum of RGB (Red+Green+Blue) = 18+192+80=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #12C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C050 is #ED3FAF. Grayscale: #7F7F7F. Windows color (decimal): -15548336 or 5292050. OLE color: 5292050.

HSL color Cylindrical-coordinate representation of color #12C050: hue angle of 141.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C050 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 80 -
CMYK 0.91 0 0.58 0.25
HSL 141.38º 0.83% 0.41% -
HSV(B) 141.38º 0.91% 0.75% -
XYZ 20.55 38.41 13.92 -
YUV 127.21 101.35 50.11 -
System Red Green Blue C M Y K H S L
Decimal 18 192 80 0.91 0 0.58 0.25 141.38 0.83 0.41
Hex 12 C0 50 5B 0 3A 19 8D 53 29
Octal 22 300 120 133 0 72 31 215 123 51
Binary 10010 11000000 1010000 1011011 0 111010 11001 10001101 1010011 101001

Color Harmonies of #12C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C050

Black with #12C050

Text Example


Text Example

White with #12C050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12C050; }

 p { color: rgb(18,192,80); }

 H1.HeaderClassName
 {
   color: #12C050;
 }
 .AnyTagClassName
 {
   color: #12C050;
 }
</style>

background-color css

<style>
 a { background-color: #12C050; }

 a { background-color: rgb(18,192,80); }

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

border-color css

<style>
 span { border-color: #12C050; }

 span { border-color: rgb(18,192,80); }

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