Html Css Color HEX #12985A Shamrock Green

📋 copy color: '#12985A'

red 18 ◦ green 152 ◦ blue 90

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

Shades of Shamrock Green #12985A

Tints of Shamrock Green #12985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.46%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 6.92%
G = 58.46%
B = 34.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#12985A (or 0x12985A) is known color: Shamrock Green. HEX triplet: 12, 98 and 5A. RGB value is (18,152,90). Sum of RGB (Red+Green+Blue) = 18+152+90=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #12985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12985A is #ED67A5. Grayscale: #686868. Windows color (decimal): -15558566 or 5937170. OLE color: 5937170.

HSL color Cylindrical-coordinate representation of color #12985A: hue angle of 152.24º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12985A is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 90 -
CMYK 0.88 0 0.41 0.40
HSL 152.24º 0.79% 0.33% -
HSV(B) 152.24º 0.88% 0.6% -
XYZ 13.32 23.32 13.47 -
YUV 104.87 119.61 66.04 -
System Red Green Blue C M Y K H S L
Decimal 18 152 90 0.88 0 0.41 0.40 152.24 0.79 0.33
Hex 12 98 5A 58 0 29 28 98 4F 21
Octal 22 230 132 130 0 51 50 230 117 41
Binary 10010 10011000 1011010 1011000 0 101001 101000 10011000 1001111 100001

Color Harmonies of #12985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12985A

Black with #12985A

Text Example


Text Example

White with #12985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12985A; }

 p { color: rgb(18,152,90); }

 H1.HeaderClassName
 {
   color: #12985A;
 }
 .AnyTagClassName
 {
   color: #12985A;
 }
</style>

background-color css

<style>
 a { background-color: #12985A; }

 a { background-color: rgb(18,152,90); }

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

border-color css

<style>
 span { border-color: #12985A; }

 span { border-color: rgb(18,152,90); }

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