Html Css Color HEX #12DA31 Dark Pastel Green

📋 copy color: '#12DA31'

red 18 ◦ green 218 ◦ blue 49

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

Shades of Dark Pastel Green #12DA31

Tints of Dark Pastel Green #12DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.49%

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

R = 6.32%
G = 76.49%
B = 17.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#12DA31 (or 0x12DA31) is known color: Dark Pastel Green. HEX triplet: 12, DA and 31. RGB value is (18,218,49). Sum of RGB (Red+Green+Blue) = 18+218+49=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA31 is #ED25CE. Grayscale: #8B8B8B. Windows color (decimal): -15541711 or 3267090. OLE color: 3267090.

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

Color convert

RGB 18 218 49 -
CMYK 0.92 0 0.78 0.15
HSL 129.3º 0.85% 0.46% -
HSV(B) 129.3º 0.92% 0.85% -
XYZ 25.88 50.49 11.29 -
YUV 138.93 77.24 41.74 -
System Red Green Blue C M Y K H S L
Decimal 18 218 49 0.92 0 0.78 0.15 129.3 0.85 0.46
Hex 12 DA 31 5C 0 4E F 81 55 2E
Octal 22 332 61 134 0 116 17 201 125 56
Binary 10010 11011010 110001 1011100 0 1001110 1111 10000001 1010101 101110

Color Harmonies of #12DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA31

Black with #12DA31

Text Example


Text Example

White with #12DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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