Html Css Color HEX #12AA30 Dark Pastel Green

📋 copy color: '#12AA30'

red 18 ◦ green 170 ◦ blue 48

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

Shades of Dark Pastel Green #12AA30

Tints of Dark Pastel Green #12AA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 7.63%
G = 72.03%
B = 20.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#12AA30 (or 0x12AA30) is known color: Dark Pastel Green. HEX triplet: 12, AA and 30. RGB value is (18,170,48). Sum of RGB (Red+Green+Blue) = 18+170+48=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA30 is #ED55CF. Grayscale: #6E6E6E. Windows color (decimal): -15554000 or 3189266. OLE color: 3189266.

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

Color convert

RGB 18 170 48 -
CMYK 0.89 0 0.72 0.33
HSL 131.84º 0.81% 0.37% -
HSV(B) 131.84º 0.89% 0.67% -
XYZ 15.16 29.09 7.61 -
YUV 110.64 92.64 61.92 -
System Red Green Blue C M Y K H S L
Decimal 18 170 48 0.89 0 0.72 0.33 131.84 0.81 0.37
Hex 12 AA 30 59 0 48 21 84 51 25
Octal 22 252 60 131 0 110 41 204 121 45
Binary 10010 10101010 110000 1011001 0 1001000 100001 10000100 1010001 100101

Color Harmonies of #12AA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA30

Black with #12AA30

Text Example


Text Example

White with #12AA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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