Html Css Color HEX #12C620 Dark Pastel Green

📋 copy color: '#12C620'

red 18 ◦ green 198 ◦ blue 32

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

Shades of Dark Pastel Green #12C620

Tints of Dark Pastel Green #12C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 79.84%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 7.26%
G = 79.84%
B = 12.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#12C620 (or 0x12C620) is known color: Dark Pastel Green. HEX triplet: 12, C6 and 20. RGB value is (18,198,32). Sum of RGB (Red+Green+Blue) = 18+198+32=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 198 (77.73% from 255 or 79.84% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 198 - color contains mainly: green. Hex color #12C620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C620 is #ED39DF. Grayscale: #7D7D7D. Windows color (decimal): -15546848 or 2147858. OLE color: 2147858.

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

Color convert

RGB 18 198 32 -
CMYK 0.91 0 0.84 0.22
HSL 124.67º 0.83% 0.42% -
HSV(B) 124.67º 0.91% 0.78% -
XYZ 20.7 40.62 8.12 -
YUV 125.26 75.37 51.5 -
System Red Green Blue C M Y K H S L
Decimal 18 198 32 0.91 0 0.84 0.22 124.67 0.83 0.42
Hex 12 C6 20 5B 0 54 16 7D 53 2A
Octal 22 306 40 133 0 124 26 175 123 52
Binary 10010 11000110 100000 1011011 0 1010100 10110 1111101 1010011 101010

Color Harmonies of #12C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C620

Black with #12C620

Text Example


Text Example

White with #12C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,32); }

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

background-color css

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

 a { background-color: rgb(18,198,32); }

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

border-color css

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

 span { border-color: rgb(18,198,32); }

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