Html Css Color HEX #12DC31 Dark Pastel Green

📋 copy color: '#12DC31'

red 18 ◦ green 220 ◦ blue 49

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

Shades of Dark Pastel Green #12DC31

Tints of Dark Pastel Green #12DC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.66%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 6.27%
G = 76.66%
B = 17.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#12DC31 (or 0x12DC31) is known color: Dark Pastel Green. HEX triplet: 12, DC and 31. RGB value is (18,220,49). Sum of RGB (Red+Green+Blue) = 18+220+49=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC31 is #ED23CE. Grayscale: #8C8C8C. Windows color (decimal): -15541199 or 3267602. OLE color: 3267602.

HSL color Cylindrical-coordinate representation of color #12DC31: hue angle of 129.21º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC31 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 49 -
CMYK 0.92 0 0.78 0.14
HSL 129.21º 0.85% 0.47% -
HSV(B) 129.21º 0.92% 0.86% -
XYZ 26.4 51.54 11.46 -
YUV 140.11 76.58 40.9 -
System Red Green Blue C M Y K H S L
Decimal 18 220 49 0.92 0 0.78 0.14 129.21 0.85 0.47
Hex 12 DC 31 5C 0 4E E 81 55 2F
Octal 22 334 61 134 0 116 16 201 125 57
Binary 10010 11011100 110001 1011100 0 1001110 1110 10000001 1010101 101111

Color Harmonies of #12DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC31

Black with #12DC31

Text Example


Text Example

White with #12DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,49); }

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

background-color css

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

 a { background-color: rgb(18,220,49); }

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

border-color css

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

 span { border-color: rgb(18,220,49); }

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