Html Css Color HEX #10985D Shamrock Green

📋 copy color: '#10985D'

red 16 ◦ green 152 ◦ blue 93

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

Shades of Shamrock Green #10985D

Tints of Shamrock Green #10985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.24%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 6.13%
G = 58.24%
B = 35.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#10985D (or 0x10985D) is known color: Shamrock Green. HEX triplet: 10, 98 and 5D. RGB value is (16,152,93). Sum of RGB (Red+Green+Blue) = 16+152+93=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #10985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10985D is #EF67A2. Grayscale: #686868. Windows color (decimal): -15689635 or 6133776. OLE color: 6133776.

HSL color Cylindrical-coordinate representation of color #10985D: hue angle of 153.97º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10985D is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 152 93 -
CMYK 0.89 0 0.39 0.40
HSL 153.97º 0.81% 0.33% -
HSV(B) 153.97º 0.89% 0.6% -
XYZ 13.42 23.36 14.16 -
YUV 104.61 121.44 64.8 -
System Red Green Blue C M Y K H S L
Decimal 16 152 93 0.89 0 0.39 0.40 153.97 0.81 0.33
Hex 10 98 5D 59 0 27 28 9A 51 21
Octal 20 230 135 131 0 47 50 232 121 41
Binary 10000 10011000 1011101 1011001 0 100111 101000 10011010 1010001 100001

Color Harmonies of #10985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10985D

Black with #10985D

Text Example


Text Example

White with #10985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10985D; }

 p { color: rgb(16,152,93); }

 H1.HeaderClassName
 {
   color: #10985D;
 }
 .AnyTagClassName
 {
   color: #10985D;
 }
</style>

background-color css

<style>
 a { background-color: #10985D; }

 a { background-color: rgb(16,152,93); }

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

border-color css

<style>
 span { border-color: #10985D; }

 span { border-color: rgb(16,152,93); }

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