Html Css Color HEX #10A463 Shamrock Green

📋 copy color: '#10A463'

red 16 ◦ green 164 ◦ blue 99

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

Shades of Shamrock Green #10A463

Tints of Shamrock Green #10A463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.78%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 5.73%
G = 58.78%
B = 35.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#10A463 (or 0x10A463) is known color: Shamrock Green. HEX triplet: 10, A4 and 63. RGB value is (16,164,99). Sum of RGB (Red+Green+Blue) = 16+164+99=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #10A463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A463 is #EF5B9C. Grayscale: #707070. Windows color (decimal): -15686557 or 6530064. OLE color: 6530064.

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

Color convert

RGB 16 164 99 -
CMYK 0.90 0 0.40 0.36
HSL 153.65º 0.82% 0.35% -
HSV(B) 153.65º 0.9% 0.64% -
XYZ 15.74 27.56 16.29 -
YUV 112.34 120.47 59.29 -
System Red Green Blue C M Y K H S L
Decimal 16 164 99 0.90 0 0.40 0.36 153.65 0.82 0.35
Hex 10 A4 63 5A 0 28 24 9A 52 23
Octal 20 244 143 132 0 50 44 232 122 43
Binary 10000 10100100 1100011 1011010 0 101000 100100 10011010 1010010 100011

Color Harmonies of #10A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A463

Black with #10A463

Text Example


Text Example

White with #10A463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,99); }

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

background-color css

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

 a { background-color: rgb(16,164,99); }

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

border-color css

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

 span { border-color: rgb(16,164,99); }

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