Html Css Color HEX #12A239 Dark Pastel Green

📋 copy color: '#12A239'

red 18 ◦ green 162 ◦ blue 57

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

Shades of Dark Pastel Green #12A239

Tints of Dark Pastel Green #12A239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 68.35%

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

R = 7.59%
G = 68.35%
B = 24.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#12A239 (or 0x12A239) is known color: Dark Pastel Green. HEX triplet: 12, A2 and 39. RGB value is (18,162,57). Sum of RGB (Red+Green+Blue) = 18+162+57=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 162 (63.67% from 255 or 68.35% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 162 - color contains mainly: green. Hex color #12A239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A239 is #ED5DC6. Grayscale: #6B6B6B. Windows color (decimal): -15556039 or 3777042. OLE color: 3777042.

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

Color convert

RGB 18 162 57 -
CMYK 0.89 0 0.65 0.36
HSL 136.25º 0.8% 0.35% -
HSV(B) 136.25º 0.89% 0.64% -
XYZ 13.91 26.26 8.21 -
YUV 106.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 18 162 57 0.89 0 0.65 0.36 136.25 0.8 0.35
Hex 12 A2 39 59 0 41 24 88 50 23
Octal 22 242 71 131 0 101 44 210 120 43
Binary 10010 10100010 111001 1011001 0 1000001 100100 10001000 1010000 100011

Color Harmonies of #12A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A239

Black with #12A239

Text Example


Text Example

White with #12A239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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