Html Css Color HEX #12DA32 Dark Pastel Green

📋 copy color: '#12DA32'

red 18 ◦ green 218 ◦ blue 50

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

Shades of Dark Pastel Green #12DA32

Tints of Dark Pastel Green #12DA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 6.29%
G = 76.22%
B = 17.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#12DA32 (or 0x12DA32) is known color: Dark Pastel Green. HEX triplet: 12, DA and 32. RGB value is (18,218,50). Sum of RGB (Red+Green+Blue) = 18+218+50=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA32 is #ED25CD. Grayscale: #8B8B8B. Windows color (decimal): -15541710 or 3332626. OLE color: 3332626.

HSL color Cylindrical-coordinate representation of color #12DA32: hue angle of 129.6º 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 #12DA32 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 50 -
CMYK 0.92 0 0.77 0.15
HSL 129.6º 0.85% 0.46% -
HSV(B) 129.6º 0.92% 0.85% -
XYZ 25.9 50.5 11.4 -
YUV 139.05 77.74 41.66 -
System Red Green Blue C M Y K H S L
Decimal 18 218 50 0.92 0 0.77 0.15 129.6 0.85 0.46
Hex 12 DA 32 5C 0 4D F 82 55 2E
Octal 22 332 62 134 0 115 17 202 125 56
Binary 10010 11011010 110010 1011100 0 1001101 1111 10000010 1010101 101110

Color Harmonies of #12DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA32

Black with #12DA32

Text Example


Text Example

White with #12DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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