Html Css Color HEX #10A46D Jade

📋 copy color: '#10A46D'

red 16 ◦ green 164 ◦ blue 109

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

Shades of Jade #10A46D

Tints of Jade #10A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.75%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 5.54%
G = 56.75%
B = 37.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#10A46D (or 0x10A46D) is known color: Jade. HEX triplet: 10, A4 and 6D. RGB value is (16,164,109). Sum of RGB (Red+Green+Blue) = 16+164+109=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #10A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A46D is #EF5B92. Grayscale: #717171. Windows color (decimal): -15686547 or 7185424. OLE color: 7185424.

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

Color convert

RGB 16 164 109 -
CMYK 0.90 0 0.34 0.36
HSL 157.7º 0.82% 0.35% -
HSV(B) 157.7º 0.9% 0.64% -
XYZ 16.25 27.77 18.97 -
YUV 113.48 125.47 58.47 -
System Red Green Blue C M Y K H S L
Decimal 16 164 109 0.90 0 0.34 0.36 157.7 0.82 0.35
Hex 10 A4 6D 5A 0 22 24 9E 52 23
Octal 20 244 155 132 0 42 44 236 122 43
Binary 10000 10100100 1101101 1011010 0 100010 100100 10011110 1010010 100011

Color Harmonies of #10A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A46D

Black with #10A46D

Text Example


Text Example

White with #10A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,109); }

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

background-color css

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

 a { background-color: rgb(16,164,109); }

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

border-color css

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

 span { border-color: rgb(16,164,109); }

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