Html Css Color HEX #10A16C Jade

📋 copy color: '#10A16C'

red 16 ◦ green 161 ◦ blue 108

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

Shades of Jade #10A16C

Tints of Jade #10A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.49%

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

R = 5.61%
G = 56.49%
B = 37.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#10A16C (or 0x10A16C) is known color: Jade. HEX triplet: 10, A1 and 6C. RGB value is (16,161,108). Sum of RGB (Red+Green+Blue) = 16+161+108=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #10A16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A16C is #EF5E93. Grayscale: #6F6F6F. Windows color (decimal): -15687316 or 7119120. OLE color: 7119120.

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

Color convert

RGB 16 161 108 -
CMYK 0.90 0 0.33 0.37
HSL 158.07º 0.82% 0.35% -
HSV(B) 158.07º 0.9% 0.63% -
XYZ 15.67 26.68 18.51 -
YUV 111.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 16 161 108 0.90 0 0.33 0.37 158.07 0.82 0.35
Hex 10 A1 6C 5A 0 21 25 9E 52 23
Octal 20 241 154 132 0 41 45 236 122 43
Binary 10000 10100001 1101100 1011010 0 100001 100101 10011110 1010010 100011

Color Harmonies of #10A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A16C

Black with #10A16C

Text Example


Text Example

White with #10A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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