Html Css Color HEX #12AC25 Dark Pastel Green

📋 copy color: '#12AC25'

red 18 ◦ green 172 ◦ blue 37

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

Shades of Dark Pastel Green #12AC25

Tints of Dark Pastel Green #12AC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 7.93%
G = 75.77%
B = 16.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#12AC25 (or 0x12AC25) is known color: Dark Pastel Green. HEX triplet: 12, AC and 25. RGB value is (18,172,37). Sum of RGB (Red+Green+Blue) = 18+172+37=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC25 is #ED53DA. Grayscale: #6E6E6E. Windows color (decimal): -15553499 or 2468882. OLE color: 2468882.

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

Color convert

RGB 18 172 37 -
CMYK 0.90 0 0.78 0.33
HSL 127.4º 0.81% 0.37% -
HSV(B) 127.4º 0.9% 0.67% -
XYZ 15.34 29.77 6.69 -
YUV 110.56 86.48 61.98 -
System Red Green Blue C M Y K H S L
Decimal 18 172 37 0.90 0 0.78 0.33 127.4 0.81 0.37
Hex 12 AC 25 5A 0 4E 21 7F 51 25
Octal 22 254 45 132 0 116 41 177 121 45
Binary 10010 10101100 100101 1011010 0 1001110 100001 1111111 1010001 100101

Color Harmonies of #12AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC25

Black with #12AC25

Text Example


Text Example

White with #12AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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