Html Css Color HEX #12A25E Shamrock Green

📋 copy color: '#12A25E'

red 18 ◦ green 162 ◦ blue 94

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

Shades of Shamrock Green #12A25E

Tints of Shamrock Green #12A25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 6.57%
G = 59.12%
B = 34.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#12A25E (or 0x12A25E) is known color: Shamrock Green. HEX triplet: 12, A2 and 5E. RGB value is (18,162,94). Sum of RGB (Red+Green+Blue) = 18+162+94=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #12A25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A25E is #ED5DA1. Grayscale: #6F6F6F. Windows color (decimal): -15556002 or 6201874. OLE color: 6201874.

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

Color convert

RGB 18 162 94 -
CMYK 0.89 0 0.42 0.36
HSL 151.67º 0.8% 0.35% -
HSV(B) 151.67º 0.89% 0.64% -
XYZ 15.19 26.78 14.96 -
YUV 111.19 118.29 61.53 -
System Red Green Blue C M Y K H S L
Decimal 18 162 94 0.89 0 0.42 0.36 151.67 0.8 0.35
Hex 12 A2 5E 59 0 2A 24 98 50 23
Octal 22 242 136 131 0 52 44 230 120 43
Binary 10010 10100010 1011110 1011001 0 101010 100100 10011000 1010000 100011

Color Harmonies of #12A25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A25E

Black with #12A25E

Text Example


Text Example

White with #12A25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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