Html Css Color HEX #12D133 Dark Pastel Green

📋 copy color: '#12D133'

red 18 ◦ green 209 ◦ blue 51

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

Shades of Dark Pastel Green #12D133

Tints of Dark Pastel Green #12D133

RGB

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

 GREEN value IS 209 (82.03% from 255) = 75.18%

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 6.47%
G = 75.18%
B = 18.35%

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

#12D133 (or 0x12D133) is known color: Dark Pastel Green. HEX triplet: 12, D1 and 33. RGB value is (18,209,51). Sum of RGB (Red+Green+Blue) = 18+209+51=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #12D133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D133 is #ED2ECC. Grayscale: #868686. Windows color (decimal): -15544013 or 3395858. OLE color: 3395858.

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

Color convert

RGB 18 209 51 -
CMYK 0.91 0 0.76 0.18
HSL 130.37º 0.84% 0.45% -
HSV(B) 130.37º 0.91% 0.82% -
XYZ 23.65 45.97 10.76 -
YUV 133.88 81.22 45.35 -
System Red Green Blue C M Y K H S L
Decimal 18 209 51 0.91 0 0.76 0.18 130.37 0.84 0.45
Hex 12 D1 33 5B 0 4C 12 82 54 2D
Octal 22 321 63 133 0 114 22 202 124 55
Binary 10010 11010001 110011 1011011 0 1001100 10010 10000010 1010100 101101

Color Harmonies of #12D133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D133

Black with #12D133

Text Example


Text Example

White with #12D133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,51); }

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

background-color css

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

 a { background-color: rgb(18,209,51); }

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

border-color css

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

 span { border-color: rgb(18,209,51); }

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