Html Css Color HEX #10AA68 Jade

📋 copy color: '#10AA68'

red 16 ◦ green 170 ◦ blue 104

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

Shades of Jade #10AA68

Tints of Jade #10AA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 5.52%
G = 58.62%
B = 35.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#10AA68 (or 0x10AA68) is known color: Jade. HEX triplet: 10, AA and 68. RGB value is (16,170,104). Sum of RGB (Red+Green+Blue) = 16+170+104=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA68 is #EF5597. Grayscale: #747474. Windows color (decimal): -15685016 or 6859280. OLE color: 6859280.

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

Color convert

RGB 16 170 104 -
CMYK 0.91 0 0.39 0.33
HSL 154.29º 0.83% 0.36% -
HSV(B) 154.29º 0.91% 0.67% -
XYZ 17.09 29.86 17.96 -
YUV 116.43 120.98 56.37 -
System Red Green Blue C M Y K H S L
Decimal 16 170 104 0.91 0 0.39 0.33 154.29 0.83 0.36
Hex 10 AA 68 5B 0 27 21 9A 53 24
Octal 20 252 150 133 0 47 41 232 123 44
Binary 10000 10101010 1101000 1011011 0 100111 100001 10011010 1010011 100100

Color Harmonies of #10AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA68

Black with #10AA68

Text Example


Text Example

White with #10AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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