Html Css Color HEX #12AC3A Dark Pastel Green

📋 copy color: '#12AC3A'

red 18 ◦ green 172 ◦ blue 58

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

Shades of Dark Pastel Green #12AC3A

Tints of Dark Pastel Green #12AC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 7.26%
G = 69.35%
B = 23.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#12AC3A (or 0x12AC3A) is known color: Dark Pastel Green. HEX triplet: 12, AC and 3A. RGB value is (18,172,58). Sum of RGB (Red+Green+Blue) = 18+172+58=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC3A is #ED53C5. Grayscale: #717171. Windows color (decimal): -15553478 or 3845138. OLE color: 3845138.

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

Color convert

RGB 18 172 58 -
CMYK 0.90 0 0.66 0.33
HSL 135.58º 0.81% 0.37% -
HSV(B) 135.58º 0.9% 0.67% -
XYZ 15.77 29.94 8.95 -
YUV 112.96 96.98 60.27 -
System Red Green Blue C M Y K H S L
Decimal 18 172 58 0.90 0 0.66 0.33 135.58 0.81 0.37
Hex 12 AC 3A 5A 0 42 21 88 51 25
Octal 22 254 72 132 0 102 41 210 121 45
Binary 10010 10101100 111010 1011010 0 1000010 100001 10001000 1010001 100101

Color Harmonies of #12AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC3A

Black with #12AC3A

Text Example


Text Example

White with #12AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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