Html Css Color HEX #10A36D Jade

📋 copy color: '#10A36D'

red 16 ◦ green 163 ◦ blue 109

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

Shades of Jade #10A36D

Tints of Jade #10A36D

RGB

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

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

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

R = 5.56%
G = 56.6%
B = 37.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#10A36D (or 0x10A36D) is known color: Jade. HEX triplet: 10, A3 and 6D. RGB value is (16,163,109). Sum of RGB (Red+Green+Blue) = 16+163+109=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #10A36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A36D is #EF5C92. Grayscale: #707070. Windows color (decimal): -15686803 or 7185168. OLE color: 7185168.

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

Color convert

RGB 16 163 109 -
CMYK 0.90 0 0.33 0.36
HSL 157.96º 0.82% 0.35% -
HSV(B) 157.96º 0.9% 0.64% -
XYZ 16.07 27.41 18.91 -
YUV 112.89 125.8 58.89 -
System Red Green Blue C M Y K H S L
Decimal 16 163 109 0.90 0 0.33 0.36 157.96 0.82 0.35
Hex 10 A3 6D 5A 0 21 24 9E 52 23
Octal 20 243 155 132 0 41 44 236 122 43
Binary 10000 10100011 1101101 1011010 0 100001 100100 10011110 1010010 100011

Color Harmonies of #10A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A36D

Black with #10A36D

Text Example


Text Example

White with #10A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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