Html Css Color HEX #10A360 Shamrock Green

📋 copy color: '#10A360'

red 16 ◦ green 163 ◦ blue 96

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

Shades of Shamrock Green #10A360

Tints of Shamrock Green #10A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.27%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 5.82%
G = 59.27%
B = 34.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#10A360 (or 0x10A360) is known color: Shamrock Green. HEX triplet: 10, A3 and 60. RGB value is (16,163,96). Sum of RGB (Red+Green+Blue) = 16+163+96=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #10A360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A360 is #EF5C9F. Grayscale: #6F6F6F. Windows color (decimal): -15686816 or 6333200. OLE color: 6333200.

HSL color Cylindrical-coordinate representation of color #10A360: hue angle of 152.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 #10A360 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 96 -
CMYK 0.90 0 0.41 0.36
HSL 152.65º 0.82% 0.35% -
HSV(B) 152.65º 0.9% 0.64% -
XYZ 15.42 27.15 15.49 -
YUV 111.41 119.3 59.95 -
System Red Green Blue C M Y K H S L
Decimal 16 163 96 0.90 0 0.41 0.36 152.65 0.82 0.35
Hex 10 A3 60 5A 0 29 24 99 52 23
Octal 20 243 140 132 0 51 44 231 122 43
Binary 10000 10100011 1100000 1011010 0 101001 100100 10011001 1010010 100011

Color Harmonies of #10A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A360

Black with #10A360

Text Example


Text Example

White with #10A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,163,96); }

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

background-color css

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

 a { background-color: rgb(16,163,96); }

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

border-color css

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

 span { border-color: rgb(16,163,96); }

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