Html Css Color HEX #12C446 Dark Pastel Green

📋 copy color: '#12C446'

red 18 ◦ green 196 ◦ blue 70

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

Shades of Dark Pastel Green #12C446

Tints of Dark Pastel Green #12C446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 69.01%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 6.34%
G = 69.01%
B = 24.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#12C446 (or 0x12C446) is known color: Dark Pastel Green. HEX triplet: 12, C4 and 46. RGB value is (18,196,70). Sum of RGB (Red+Green+Blue) = 18+196+70=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #12C446 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C446 is #ED3BB9. Grayscale: #808080. Windows color (decimal): -15547322 or 4637714. OLE color: 4637714.

HSL color Cylindrical-coordinate representation of color #12C446: hue angle of 137.53º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C446 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 196 70 -
CMYK 0.91 0 0.64 0.23
HSL 137.53º 0.83% 0.42% -
HSV(B) 137.53º 0.91% 0.77% -
XYZ 21.09 40.05 12.41 -
YUV 128.41 95.03 49.25 -
System Red Green Blue C M Y K H S L
Decimal 18 196 70 0.91 0 0.64 0.23 137.53 0.83 0.42
Hex 12 C4 46 5B 0 40 17 8A 53 2A
Octal 22 304 106 133 0 100 27 212 123 52
Binary 10010 11000100 1000110 1011011 0 1000000 10111 10001010 1010011 101010

Color Harmonies of #12C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C446

Black with #12C446

Text Example


Text Example

White with #12C446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,196,70); }

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

background-color css

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

 a { background-color: rgb(18,196,70); }

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

border-color css

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

 span { border-color: rgb(18,196,70); }

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