Html Css Color HEX #15A06B Jade

📋 copy color: '#15A06B'

red 21 ◦ green 160 ◦ blue 107

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

Shades of Jade #15A06B

Tints of Jade #15A06B

RGB

 RED value IS 21 (8.59% from 255) = 7.29%

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 7.29%
G = 55.56%
B = 37.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#15A06B (or 0x15A06B) is known color: Jade. HEX triplet: 15, A0 and 6B. RGB value is (21,160,107). Sum of RGB (Red+Green+Blue) = 21+160+107=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #15A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A06B is #EA5F94. Grayscale: #707070. Windows color (decimal): -15359893 or 7053333. OLE color: 7053333.

HSL color Cylindrical-coordinate representation of color #15A06B: hue angle of 157.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A06B is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 160 107 -
CMYK 0.87 0 0.33 0.37
HSL 157.12º 0.77% 0.35% -
HSV(B) 157.12º 0.87% 0.63% -
XYZ 15.53 26.36 18.18 -
YUV 112.4 124.95 62.81 -
System Red Green Blue C M Y K H S L
Decimal 21 160 107 0.87 0 0.33 0.37 157.12 0.77 0.35
Hex 15 A0 6B 57 0 21 25 9D 4D 23
Octal 25 240 153 127 0 41 45 235 115 43
Binary 10101 10100000 1101011 1010111 0 100001 100101 10011101 1001101 100011

Color Harmonies of #15A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A06B

Black with #15A06B

Text Example


Text Example

White with #15A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A06B; }

 p { color: rgb(21,160,107); }

 H1.HeaderClassName
 {
   color: #15A06B;
 }
 .AnyTagClassName
 {
   color: #15A06B;
 }
</style>

background-color css

<style>
 a { background-color: #15A06B; }

 a { background-color: rgb(21,160,107); }

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

border-color css

<style>
 span { border-color: #15A06B; }

 span { border-color: rgb(21,160,107); }

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