Html Css Color HEX #12AC2E Dark Pastel Green

📋 copy color: '#12AC2E'

red 18 ◦ green 172 ◦ blue 46

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

Shades of Dark Pastel Green #12AC2E

Tints of Dark Pastel Green #12AC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 72.88%

 BLUE value IS 46 (18.36% from 255) = 19.49%

R = 7.63%
G = 72.88%
B = 19.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#12AC2E (or 0x12AC2E) is known color: Dark Pastel Green. HEX triplet: 12, AC and 2E. RGB value is (18,172,46). Sum of RGB (Red+Green+Blue) = 18+172+46=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC2E is #ED53D1. Grayscale: #6F6F6F. Windows color (decimal): -15553490 or 3058706. OLE color: 3058706.

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

Color convert

RGB 18 172 46 -
CMYK 0.90 0 0.73 0.33
HSL 130.91º 0.81% 0.37% -
HSV(B) 130.91º 0.9% 0.67% -
XYZ 15.5 29.83 7.53 -
YUV 111.59 90.98 61.25 -
System Red Green Blue C M Y K H S L
Decimal 18 172 46 0.90 0 0.73 0.33 130.91 0.81 0.37
Hex 12 AC 2E 5A 0 49 21 83 51 25
Octal 22 254 56 132 0 111 41 203 121 45
Binary 10010 10101100 101110 1011010 0 1001001 100001 10000011 1010001 100101

Color Harmonies of #12AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC2E

Black with #12AC2E

Text Example


Text Example

White with #12AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,46); }

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

background-color css

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

 a { background-color: rgb(18,172,46); }

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

border-color css

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

 span { border-color: rgb(18,172,46); }

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