Html Css Color HEX #12AA27 Dark Pastel Green

📋 copy color: '#12AA27'

red 18 ◦ green 170 ◦ blue 39

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

Shades of Dark Pastel Green #12AA27

Tints of Dark Pastel Green #12AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 7.93%
G = 74.89%
B = 17.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#12AA27 (or 0x12AA27) is known color: Dark Pastel Green. HEX triplet: 12, AA and 27. RGB value is (18,170,39). Sum of RGB (Red+Green+Blue) = 18+170+39=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA27 is #ED55D8. Grayscale: #6D6D6D. Windows color (decimal): -15554009 or 2599442. OLE color: 2599442.

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

Color convert

RGB 18 170 39 -
CMYK 0.89 0 0.77 0.33
HSL 128.29º 0.81% 0.37% -
HSV(B) 128.29º 0.89% 0.67% -
XYZ 14.99 29.02 6.73 -
YUV 109.62 88.14 62.65 -
System Red Green Blue C M Y K H S L
Decimal 18 170 39 0.89 0 0.77 0.33 128.29 0.81 0.37
Hex 12 AA 27 59 0 4D 21 80 51 25
Octal 22 252 47 131 0 115 41 200 121 45
Binary 10010 10101010 100111 1011001 0 1001101 100001 10000000 1010001 100101

Color Harmonies of #12AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA27

Black with #12AA27

Text Example


Text Example

White with #12AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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