Html Css Color HEX #12AA3E Dark Pastel Green

📋 copy color: '#12AA3E'

red 18 ◦ green 170 ◦ blue 62

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

Shades of Dark Pastel Green #12AA3E

Tints of Dark Pastel Green #12AA3E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 68%

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 7.2%
G = 68%
B = 24.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#12AA3E (or 0x12AA3E) is known color: Dark Pastel Green. HEX triplet: 12, AA and 3E. RGB value is (18,170,62). Sum of RGB (Red+Green+Blue) = 18+170+62=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA3E is #ED55C1. Grayscale: #707070. Windows color (decimal): -15553986 or 4106770. OLE color: 4106770.

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

Color convert

RGB 18 170 62 -
CMYK 0.89 0 0.64 0.33
HSL 137.37º 0.81% 0.37% -
HSV(B) 137.37º 0.89% 0.67% -
XYZ 15.49 29.23 9.38 -
YUV 112.24 99.64 60.78 -
System Red Green Blue C M Y K H S L
Decimal 18 170 62 0.89 0 0.64 0.33 137.37 0.81 0.37
Hex 12 AA 3E 59 0 40 21 89 51 25
Octal 22 252 76 131 0 100 41 211 121 45
Binary 10010 10101010 111110 1011001 0 1000000 100001 10001001 1010001 100101

Color Harmonies of #12AA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA3E

Black with #12AA3E

Text Example


Text Example

White with #12AA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,62); }

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

background-color css

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

 a { background-color: rgb(18,170,62); }

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

border-color css

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

 span { border-color: rgb(18,170,62); }

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