Html Css Color HEX #10A975 Jade

📋 copy color: '#10A975'

red 16 ◦ green 169 ◦ blue 117

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

Shades of Jade #10A975

Tints of Jade #10A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 55.96%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 5.3%
G = 55.96%
B = 38.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#10A975 (or 0x10A975) is known color: Jade. HEX triplet: 10, A9 and 75. RGB value is (16,169,117). Sum of RGB (Red+Green+Blue) = 16+169+117=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #10A975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A975 is #EF568A. Grayscale: #757575. Windows color (decimal): -15685259 or 7710992. OLE color: 7710992.

HSL color Cylindrical-coordinate representation of color #10A975: hue angle of 159.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A975 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 169 117 -
CMYK 0.91 0 0.31 0.34
HSL 159.61º 0.83% 0.36% -
HSV(B) 159.61º 0.91% 0.66% -
XYZ 17.61 29.77 21.65 -
YUV 117.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 16 169 117 0.91 0 0.31 0.34 159.61 0.83 0.36
Hex 10 A9 75 5B 0 1F 22 A0 53 24
Octal 20 251 165 133 0 37 42 240 123 44
Binary 10000 10101001 1110101 1011011 0 11111 100010 10100000 1010011 100100

Color Harmonies of #10A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A975

Black with #10A975

Text Example


Text Example

White with #10A975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,169,117); }

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

background-color css

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

 a { background-color: rgb(16,169,117); }

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

border-color css

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

 span { border-color: rgb(16,169,117); }

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