Html Css Color HEX #10A561 Shamrock Green

📋 copy color: '#10A561'

red 16 ◦ green 165 ◦ blue 97

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

Shades of Shamrock Green #10A561

Tints of Shamrock Green #10A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.35%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 5.76%
G = 59.35%
B = 34.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#10A561 (or 0x10A561) is known color: Shamrock Green. HEX triplet: 10, A5 and 61. RGB value is (16,165,97). Sum of RGB (Red+Green+Blue) = 16+165+97=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #10A561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A561 is #EF5A9E. Grayscale: #707070. Windows color (decimal): -15686303 or 6399248. OLE color: 6399248.

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

Color convert

RGB 16 165 97 -
CMYK 0.90 0 0.41 0.35
HSL 152.62º 0.82% 0.35% -
HSV(B) 152.62º 0.9% 0.65% -
XYZ 15.83 27.88 15.86 -
YUV 112.7 119.14 59.03 -
System Red Green Blue C M Y K H S L
Decimal 16 165 97 0.90 0 0.41 0.35 152.62 0.82 0.35
Hex 10 A5 61 5A 0 29 23 99 52 23
Octal 20 245 141 132 0 51 43 231 122 43
Binary 10000 10100101 1100001 1011010 0 101001 100011 10011001 1010010 100011

Color Harmonies of #10A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A561

Black with #10A561

Text Example


Text Example

White with #10A561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,165,97); }

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

background-color css

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

 a { background-color: rgb(16,165,97); }

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

border-color css

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

 span { border-color: rgb(16,165,97); }

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