Html Css Color HEX #12AB2A Dark Pastel Green

📋 copy color: '#12AB2A'

red 18 ◦ green 171 ◦ blue 42

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

Shades of Dark Pastel Green #12AB2A

Tints of Dark Pastel Green #12AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 74.03%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 7.79%
G = 74.03%
B = 18.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#12AB2A (or 0x12AB2A) is known color: Dark Pastel Green. HEX triplet: 12, AB and 2A. RGB value is (18,171,42). Sum of RGB (Red+Green+Blue) = 18+171+42=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB2A is #ED54D5. Grayscale: #6E6E6E. Windows color (decimal): -15553750 or 2796306. OLE color: 2796306.

HSL color Cylindrical-coordinate representation of color #12AB2A: hue angle of 129.41º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB2A is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 42 -
CMYK 0.89 0 0.75 0.33
HSL 129.41º 0.81% 0.37% -
HSV(B) 129.41º 0.89% 0.67% -
XYZ 15.23 29.42 7.07 -
YUV 110.55 89.31 61.99 -
System Red Green Blue C M Y K H S L
Decimal 18 171 42 0.89 0 0.75 0.33 129.41 0.81 0.37
Hex 12 AB 2A 59 0 4B 21 81 51 25
Octal 22 253 52 131 0 113 41 201 121 45
Binary 10010 10101011 101010 1011001 0 1001011 100001 10000001 1010001 100101

Color Harmonies of #12AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB2A

Black with #12AB2A

Text Example


Text Example

White with #12AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,42); }

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

background-color css

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

 a { background-color: rgb(18,171,42); }

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

border-color css

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

 span { border-color: rgb(18,171,42); }

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