Html Css Color HEX #12AC2D Dark Pastel Green

📋 copy color: '#12AC2D'

red 18 ◦ green 172 ◦ blue 45

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

Shades of Dark Pastel Green #12AC2D

Tints of Dark Pastel Green #12AC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 7.66%
G = 73.19%
B = 19.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#12AC2D (or 0x12AC2D) is known color: Dark Pastel Green. HEX triplet: 12, AC and 2D. RGB value is (18,172,45). Sum of RGB (Red+Green+Blue) = 18+172+45=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC2D is #ED53D2. Grayscale: #6F6F6F. Windows color (decimal): -15553491 or 2993170. OLE color: 2993170.

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

Color convert

RGB 18 172 45 -
CMYK 0.90 0 0.74 0.33
HSL 130.52º 0.81% 0.37% -
HSV(B) 130.52º 0.9% 0.67% -
XYZ 15.48 29.82 7.42 -
YUV 111.48 90.48 61.33 -
System Red Green Blue C M Y K H S L
Decimal 18 172 45 0.90 0 0.74 0.33 130.52 0.81 0.37
Hex 12 AC 2D 5A 0 4A 21 83 51 25
Octal 22 254 55 132 0 112 41 203 121 45
Binary 10010 10101100 101101 1011010 0 1001010 100001 10000011 1010001 100101

Color Harmonies of #12AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC2D

Black with #12AC2D

Text Example


Text Example

White with #12AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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