Html Css Color HEX #10A960 Shamrock Green

📋 copy color: '#10A960'

red 16 ◦ green 169 ◦ blue 96

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

Shades of Shamrock Green #10A960

Tints of Shamrock Green #10A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 60.14%

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

R = 5.69%
G = 60.14%
B = 34.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#10A960 (or 0x10A960) is known color: Shamrock Green. HEX triplet: 10, A9 and 60. RGB value is (16,169,96). Sum of RGB (Red+Green+Blue) = 16+169+96=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 169 (66.41% from 255 or 60.14% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 169 - color contains mainly: green. Hex color #10A960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A960 is #EF569F. Grayscale: #737373. Windows color (decimal): -15685280 or 6334736. OLE color: 6334736.

HSL color Cylindrical-coordinate representation of color #10A960: hue angle of 151.37º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A960 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 169 96 -
CMYK 0.91 0 0.43 0.34
HSL 151.37º 0.83% 0.36% -
HSV(B) 151.37º 0.91% 0.66% -
XYZ 16.51 29.33 15.86 -
YUV 114.93 117.31 57.44 -
System Red Green Blue C M Y K H S L
Decimal 16 169 96 0.91 0 0.43 0.34 151.37 0.83 0.36
Hex 10 A9 60 5B 0 2B 22 97 53 24
Octal 20 251 140 133 0 53 42 227 123 44
Binary 10000 10101001 1100000 1011011 0 101011 100010 10010111 1010011 100100

Color Harmonies of #10A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A960

Black with #10A960

Text Example


Text Example

White with #10A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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