Html Css Color HEX #12AB27 Dark Pastel Green

📋 copy color: '#12AB27'

red 18 ◦ green 171 ◦ blue 39

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

Shades of Dark Pastel Green #12AB27

Tints of Dark Pastel Green #12AB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.11%

R = 7.89%
G = 75%
B = 17.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#12AB27 (or 0x12AB27) is known color: Dark Pastel Green. HEX triplet: 12, AB and 27. RGB value is (18,171,39). Sum of RGB (Red+Green+Blue) = 18+171+39=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 171 (67.19% from 255 or 75% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB27 is #ED54D8. Grayscale: #6E6E6E. Windows color (decimal): -15553753 or 2599698. OLE color: 2599698.

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

Color convert

RGB 18 171 39 -
CMYK 0.89 0 0.77 0.33
HSL 128.24º 0.81% 0.37% -
HSV(B) 128.24º 0.89% 0.67% -
XYZ 15.18 29.4 6.79 -
YUV 110.21 87.81 62.23 -
System Red Green Blue C M Y K H S L
Decimal 18 171 39 0.89 0 0.77 0.33 128.24 0.81 0.37
Hex 12 AB 27 59 0 4D 21 80 51 25
Octal 22 253 47 131 0 115 41 200 121 45
Binary 10010 10101011 100111 1011001 0 1001101 100001 10000000 1010001 100101

Color Harmonies of #12AB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB27

Black with #12AB27

Text Example


Text Example

White with #12AB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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