Html Css Color HEX #10A56C Jade

📋 copy color: '#10A56C'

red 16 ◦ green 165 ◦ blue 108

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

Shades of Jade #10A56C

Tints of Jade #10A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.09%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 5.54%
G = 57.09%
B = 37.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#10A56C (or 0x10A56C) is known color: Jade. HEX triplet: 10, A5 and 6C. RGB value is (16,165,108). Sum of RGB (Red+Green+Blue) = 16+165+108=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #10A56C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A56C is #EF5A93. Grayscale: #727272. Windows color (decimal): -15686292 or 7120144. OLE color: 7120144.

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

Color convert

RGB 16 165 108 -
CMYK 0.90 0 0.35 0.35
HSL 157.05º 0.82% 0.35% -
HSV(B) 157.05º 0.9% 0.65% -
XYZ 16.38 28.1 18.75 -
YUV 113.95 124.64 58.13 -
System Red Green Blue C M Y K H S L
Decimal 16 165 108 0.90 0 0.35 0.35 157.05 0.82 0.35
Hex 10 A5 6C 5A 0 23 23 9D 52 23
Octal 20 245 154 132 0 43 43 235 122 43
Binary 10000 10100101 1101100 1011010 0 100011 100011 10011101 1010010 100011

Color Harmonies of #10A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A56C

Black with #10A56C

Text Example


Text Example

White with #10A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,165,108); }

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

background-color css

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

 a { background-color: rgb(16,165,108); }

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

border-color css

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

 span { border-color: rgb(16,165,108); }

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