Html Css Color HEX #10A15E Shamrock Green

📋 copy color: '#10A15E'

red 16 ◦ green 161 ◦ blue 94

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

Shades of Shamrock Green #10A15E

Tints of Shamrock Green #10A15E

RGB

 RED value IS 16 (6.64% from 255) = 5.9%

 GREEN value IS 161 (63.28% from 255) = 59.41%

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

R = 5.9%
G = 59.41%
B = 34.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#10A15E (or 0x10A15E) is known color: Shamrock Green. HEX triplet: 10, A1 and 5E. RGB value is (16,161,94). Sum of RGB (Red+Green+Blue) = 16+161+94=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #10A15E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A15E is #EF5EA1. Grayscale: #6E6E6E. Windows color (decimal): -15687330 or 6201616. OLE color: 6201616.

HSL color Cylindrical-coordinate representation of color #10A15E: hue angle of 152.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A15E is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 161 94 -
CMYK 0.90 0 0.42 0.37
HSL 152.28º 0.82% 0.35% -
HSV(B) 152.28º 0.9% 0.63% -
XYZ 14.98 26.41 14.9 -
YUV 110.01 118.96 60.95 -
System Red Green Blue C M Y K H S L
Decimal 16 161 94 0.90 0 0.42 0.37 152.28 0.82 0.35
Hex 10 A1 5E 5A 0 2A 25 98 52 23
Octal 20 241 136 132 0 52 45 230 122 43
Binary 10000 10100001 1011110 1011010 0 101010 100101 10011000 1010010 100011

Color Harmonies of #10A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A15E

Black with #10A15E

Text Example


Text Example

White with #10A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A15E; }

 p { color: rgb(16,161,94); }

 H1.HeaderClassName
 {
   color: #10A15E;
 }
 .AnyTagClassName
 {
   color: #10A15E;
 }
</style>

background-color css

<style>
 a { background-color: #10A15E; }

 a { background-color: rgb(16,161,94); }

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

border-color css

<style>
 span { border-color: #10A15E; }

 span { border-color: rgb(16,161,94); }

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