Html Css Color HEX #12D032 Dark Pastel Green

📋 copy color: '#12D032'

red 18 ◦ green 208 ◦ blue 50

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

Shades of Dark Pastel Green #12D032

Tints of Dark Pastel Green #12D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.36%

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

R = 6.52%
G = 75.36%
B = 18.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#12D032 (or 0x12D032) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 32. RGB value is (18,208,50). Sum of RGB (Red+Green+Blue) = 18+208+50=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #12D032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D032 is #ED2FCD. Grayscale: #858585. Windows color (decimal): -15544270 or 3330066. OLE color: 3330066.

HSL color Cylindrical-coordinate representation of color #12D032: hue angle of 130.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D032 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 50 -
CMYK 0.91 0 0.76 0.18
HSL 130.11º 0.84% 0.44% -
HSV(B) 130.11º 0.91% 0.82% -
XYZ 23.38 45.47 10.56 -
YUV 133.18 81.05 45.85 -
System Red Green Blue C M Y K H S L
Decimal 18 208 50 0.91 0 0.76 0.18 130.11 0.84 0.44
Hex 12 D0 32 5B 0 4C 12 82 54 2C
Octal 22 320 62 133 0 114 22 202 124 54
Binary 10010 11010000 110010 1011011 0 1001100 10010 10000010 1010100 101100

Color Harmonies of #12D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D032

Black with #12D032

Text Example


Text Example

White with #12D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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