Html Css Color HEX #12AB26 Dark Pastel Green

📋 copy color: '#12AB26'

red 18 ◦ green 171 ◦ blue 38

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

Shades of Dark Pastel Green #12AB26

Tints of Dark Pastel Green #12AB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 7.93%
G = 75.33%
B = 16.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#12AB26 (or 0x12AB26) is known color: Dark Pastel Green. HEX triplet: 12, AB and 26. RGB value is (18,171,38). Sum of RGB (Red+Green+Blue) = 18+171+38=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 171 (67.19% from 255 or 75.33% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB26 is #ED54D9. Grayscale: #6E6E6E. Windows color (decimal): -15553754 or 2534162. OLE color: 2534162.

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

Color convert

RGB 18 171 38 -
CMYK 0.89 0 0.78 0.33
HSL 127.84º 0.81% 0.37% -
HSV(B) 127.84º 0.89% 0.67% -
XYZ 15.16 29.39 6.71 -
YUV 110.09 87.31 62.31 -
System Red Green Blue C M Y K H S L
Decimal 18 171 38 0.89 0 0.78 0.33 127.84 0.81 0.37
Hex 12 AB 26 59 0 4E 21 80 51 25
Octal 22 253 46 131 0 116 41 200 121 45
Binary 10010 10101011 100110 1011001 0 1001110 100001 10000000 1010001 100101

Color Harmonies of #12AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB26

Black with #12AB26

Text Example


Text Example

White with #12AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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