Html Css Color HEX #14A862 Shamrock Green

📋 copy color: '#14A862'

red 20 ◦ green 168 ◦ blue 98

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

Shades of Shamrock Green #14A862

Tints of Shamrock Green #14A862

RGB

 RED value IS 20 (8.2% from 255) = 6.99%

 GREEN value IS 168 (66.02% from 255) = 58.74%

 BLUE value IS 98 (38.67% from 255) = 34.27%

R = 6.99%
G = 58.74%
B = 34.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#14A862 (or 0x14A862) is known color: Shamrock Green. HEX triplet: 14, A8 and 62. RGB value is (20,168,98). Sum of RGB (Red+Green+Blue) = 20+168+98=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #14A862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A862 is #EB579D. Grayscale: #737373. Windows color (decimal): -15423390 or 6465556. OLE color: 6465556.

HSL color Cylindrical-coordinate representation of color #14A862: hue angle of 151.62º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A862 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 168 98 -
CMYK 0.88 0 0.42 0.34
HSL 151.62º 0.79% 0.37% -
HSV(B) 151.62º 0.88% 0.66% -
XYZ 16.5 29.04 16.29 -
YUV 115.77 117.97 59.69 -
System Red Green Blue C M Y K H S L
Decimal 20 168 98 0.88 0 0.42 0.34 151.62 0.79 0.37
Hex 14 A8 62 58 0 2A 22 98 4F 25
Octal 24 250 142 130 0 52 42 230 117 45
Binary 10100 10101000 1100010 1011000 0 101010 100010 10011000 1001111 100101

Color Harmonies of #14A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A862

Black with #14A862

Text Example


Text Example

White with #14A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A862; }

 p { color: rgb(20,168,98); }

 H1.HeaderClassName
 {
   color: #14A862;
 }
 .AnyTagClassName
 {
   color: #14A862;
 }
</style>

background-color css

<style>
 a { background-color: #14A862; }

 a { background-color: rgb(20,168,98); }

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

border-color css

<style>
 span { border-color: #14A862; }

 span { border-color: rgb(20,168,98); }

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