Html Css Color HEX #10A069 Jade

📋 copy color: '#10A069'

red 16 ◦ green 160 ◦ blue 105

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

Shades of Jade #10A069

Tints of Jade #10A069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.94%

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 5.69%
G = 56.94%
B = 37.37%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#10A069 (or 0x10A069) is known color: Jade. HEX triplet: 10, A0 and 69. RGB value is (16,160,105). Sum of RGB (Red+Green+Blue) = 16+160+105=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #10A069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A069 is #EF5F96. Grayscale: #6E6E6E. Windows color (decimal): -15687575 or 6922256. OLE color: 6922256.

HSL color Cylindrical-coordinate representation of color #10A069: hue angle of 157.08º 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 #10A069 is Cyan = 0.9, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 160 105 -
CMYK 0.9 0 0.34 0.37
HSL 157.08º 0.82% 0.35% -
HSV(B) 157.08º 0.9% 0.63% -
XYZ 15.33 26.27 17.63 -
YUV 110.67 124.79 60.47 -
System Red Green Blue C M Y K H S L
Decimal 16 160 105 0.9 0 0.34 0.37 157.08 0.82 0.35
Hex 10 A0 69 5A 0 22 25 9D 52 23
Octal 20 240 151 132 0 42 45 235 122 43
Binary 10000 10100000 1101001 1011010 0 100010 100101 10011101 1010010 100011

Color Harmonies of #10A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A069

Black with #10A069

Text Example


Text Example

White with #10A069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,160,105); }

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

background-color css

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

 a { background-color: rgb(16,160,105); }

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

border-color css

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

 span { border-color: rgb(16,160,105); }

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