Html Css Color HEX #10A35B Shamrock Green

📋 copy color: '#10A35B'

red 16 ◦ green 163 ◦ blue 91

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

Shades of Shamrock Green #10A35B

Tints of Shamrock Green #10A35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 5.93%
G = 60.37%
B = 33.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#10A35B (or 0x10A35B) is known color: Shamrock Green. HEX triplet: 10, A3 and 5B. RGB value is (16,163,91). Sum of RGB (Red+Green+Blue) = 16+163+91=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #10A35B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A35B is #EF5CA4. Grayscale: #6E6E6E. Windows color (decimal): -15686821 or 6005520. OLE color: 6005520.

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

Color convert

RGB 16 163 91 -
CMYK 0.90 0 0.44 0.36
HSL 150.61º 0.82% 0.35% -
HSV(B) 150.61º 0.9% 0.64% -
XYZ 15.2 27.06 14.32 -
YUV 110.84 116.8 60.35 -
System Red Green Blue C M Y K H S L
Decimal 16 163 91 0.90 0 0.44 0.36 150.61 0.82 0.35
Hex 10 A3 5B 5A 0 2C 24 97 52 23
Octal 20 243 133 132 0 54 44 227 122 43
Binary 10000 10100011 1011011 1011010 0 101100 100100 10010111 1010010 100011

Color Harmonies of #10A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A35B

Black with #10A35B

Text Example


Text Example

White with #10A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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