Html Css Color HEX #12AB31 Dark Pastel Green

📋 copy color: '#12AB31'

red 18 ◦ green 171 ◦ blue 49

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

Shades of Dark Pastel Green #12AB31

Tints of Dark Pastel Green #12AB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 71.85%

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

R = 7.56%
G = 71.85%
B = 20.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#12AB31 (or 0x12AB31) is known color: Dark Pastel Green. HEX triplet: 12, AB and 31. RGB value is (18,171,49). Sum of RGB (Red+Green+Blue) = 18+171+49=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB31 is #ED54CE. Grayscale: #6F6F6F. Windows color (decimal): -15553743 or 3255058. OLE color: 3255058.

HSL color Cylindrical-coordinate representation of color #12AB31: hue angle of 132.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB31 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 49 -
CMYK 0.89 0 0.71 0.33
HSL 132.16º 0.81% 0.37% -
HSV(B) 132.16º 0.89% 0.67% -
XYZ 15.37 29.48 7.79 -
YUV 111.35 92.81 61.42 -
System Red Green Blue C M Y K H S L
Decimal 18 171 49 0.89 0 0.71 0.33 132.16 0.81 0.37
Hex 12 AB 31 59 0 47 21 84 51 25
Octal 22 253 61 131 0 107 41 204 121 45
Binary 10010 10101011 110001 1011001 0 1000111 100001 10000100 1010001 100101

Color Harmonies of #12AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB31

Black with #12AB31

Text Example


Text Example

White with #12AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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