Html Css Color HEX #10AA75 Jade

📋 copy color: '#10AA75'

red 16 ◦ green 170 ◦ blue 117

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

Shades of Jade #10AA75

Tints of Jade #10AA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

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

R = 5.28%
G = 56.11%
B = 38.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#10AA75 (or 0x10AA75) is known color: Jade. HEX triplet: 10, AA and 75. RGB value is (16,170,117). Sum of RGB (Red+Green+Blue) = 16+170+117=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA75 is #EF558A. Grayscale: #757575. Windows color (decimal): -15685003 or 7711248. OLE color: 7711248.

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

Color convert

RGB 16 170 117 -
CMYK 0.91 0 0.31 0.33
HSL 159.35º 0.83% 0.36% -
HSV(B) 159.35º 0.91% 0.67% -
XYZ 17.8 30.14 21.71 -
YUV 117.91 127.48 55.31 -
System Red Green Blue C M Y K H S L
Decimal 16 170 117 0.91 0 0.31 0.33 159.35 0.83 0.36
Hex 10 AA 75 5B 0 1F 21 9F 53 24
Octal 20 252 165 133 0 37 41 237 123 44
Binary 10000 10101010 1110101 1011011 0 11111 100001 10011111 1010011 100100

Color Harmonies of #10AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA75

Black with #10AA75

Text Example


Text Example

White with #10AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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