Html Css Color HEX #12C844 Dark Pastel Green

📋 copy color: '#12C844'

red 18 ◦ green 200 ◦ blue 68

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

Shades of Dark Pastel Green #12C844

Tints of Dark Pastel Green #12C844

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.93%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 6.29%
G = 69.93%
B = 23.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#12C844 (or 0x12C844) is known color: Dark Pastel Green. HEX triplet: 12, C8 and 44. RGB value is (18,200,68). Sum of RGB (Red+Green+Blue) = 18+200+68=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #12C844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C844 is #ED37BB. Grayscale: #828282. Windows color (decimal): -15546300 or 4507666. OLE color: 4507666.

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

Color convert

RGB 18 200 68 -
CMYK 0.91 0 0.66 0.22
HSL 136.48º 0.83% 0.43% -
HSV(B) 136.48º 0.91% 0.78% -
XYZ 21.95 41.85 12.39 -
YUV 130.53 92.7 47.73 -
System Red Green Blue C M Y K H S L
Decimal 18 200 68 0.91 0 0.66 0.22 136.48 0.83 0.43
Hex 12 C8 44 5B 0 42 16 88 53 2B
Octal 22 310 104 133 0 102 26 210 123 53
Binary 10010 11001000 1000100 1011011 0 1000010 10110 10001000 1010011 101011

Color Harmonies of #12C844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C844

Black with #12C844

Text Example


Text Example

White with #12C844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,68); }

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

background-color css

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

 a { background-color: rgb(18,200,68); }

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

border-color css

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

 span { border-color: rgb(18,200,68); }

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