Html Css Color HEX #10A671 Jade

📋 copy color: '#10A671'

red 16 ◦ green 166 ◦ blue 113

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

Shades of Jade #10A671

Tints of Jade #10A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.27%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 5.42%
G = 56.27%
B = 38.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#10A671 (or 0x10A671) is known color: Jade. HEX triplet: 10, A6 and 71. RGB value is (16,166,113). Sum of RGB (Red+Green+Blue) = 16+166+113=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #10A671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A671 is #EF598E. Grayscale: #737373. Windows color (decimal): -15686031 or 7448080. OLE color: 7448080.

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

Color convert

RGB 16 166 113 -
CMYK 0.90 0 0.32 0.35
HSL 158.8º 0.82% 0.36% -
HSV(B) 158.8º 0.9% 0.65% -
XYZ 16.83 28.57 20.25 -
YUV 115.11 126.81 57.31 -
System Red Green Blue C M Y K H S L
Decimal 16 166 113 0.90 0 0.32 0.35 158.8 0.82 0.36
Hex 10 A6 71 5A 0 20 23 9F 52 24
Octal 20 246 161 132 0 40 43 237 122 44
Binary 10000 10100110 1110001 1011010 0 100000 100011 10011111 1010010 100100

Color Harmonies of #10A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A671

Black with #10A671

Text Example


Text Example

White with #10A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,113); }

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

background-color css

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

 a { background-color: rgb(16,166,113); }

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

border-color css

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

 span { border-color: rgb(16,166,113); }

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