Html Css Color HEX #12A539 Dark Pastel Green

📋 copy color: '#12A539'

red 18 ◦ green 165 ◦ blue 57

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

Shades of Dark Pastel Green #12A539

Tints of Dark Pastel Green #12A539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.75%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 7.5%
G = 68.75%
B = 23.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#12A539 (or 0x12A539) is known color: Dark Pastel Green. HEX triplet: 12, A5 and 39. RGB value is (18,165,57). Sum of RGB (Red+Green+Blue) = 18+165+57=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #12A539 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A539 is #ED5AC6. Grayscale: #6D6D6D. Windows color (decimal): -15555271 or 3777810. OLE color: 3777810.

HSL color Cylindrical-coordinate representation of color #12A539: hue angle of 135.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A539 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 57 -
CMYK 0.89 0 0.65 0.35
HSL 135.92º 0.8% 0.36% -
HSV(B) 135.92º 0.89% 0.65% -
XYZ 14.44 27.33 8.39 -
YUV 108.74 98.8 63.28 -
System Red Green Blue C M Y K H S L
Decimal 18 165 57 0.89 0 0.65 0.35 135.92 0.8 0.36
Hex 12 A5 39 59 0 41 23 88 50 24
Octal 22 245 71 131 0 101 43 210 120 44
Binary 10010 10100101 111001 1011001 0 1000001 100011 10001000 1010000 100100

Color Harmonies of #12A539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A539

Black with #12A539

Text Example


Text Example

White with #12A539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,165,57); }

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

background-color css

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

 a { background-color: rgb(18,165,57); }

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

border-color css

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

 span { border-color: rgb(18,165,57); }

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