Html Css Color HEX #15A470 Jade

📋 copy color: '#15A470'

red 21 ◦ green 164 ◦ blue 112

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

Shades of Jade #15A470

Tints of Jade #15A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.22%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 7.07%
G = 55.22%
B = 37.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#15A470 (or 0x15A470) is known color: Jade. HEX triplet: 15, A4 and 70. RGB value is (21,164,112). Sum of RGB (Red+Green+Blue) = 21+164+112=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #15A470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A470 is #EA5B8F. Grayscale: #737373. Windows color (decimal): -15358864 or 7382037. OLE color: 7382037.

HSL color Cylindrical-coordinate representation of color #15A470: hue angle of 158.18º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A470 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 164 112 -
CMYK 0.87 0 0.32 0.36
HSL 158.18º 0.77% 0.36% -
HSV(B) 158.18º 0.87% 0.64% -
XYZ 16.51 27.88 19.84 -
YUV 115.32 126.12 60.73 -
System Red Green Blue C M Y K H S L
Decimal 21 164 112 0.87 0 0.32 0.36 158.18 0.77 0.36
Hex 15 A4 70 57 0 20 24 9E 4D 24
Octal 25 244 160 127 0 40 44 236 115 44
Binary 10101 10100100 1110000 1010111 0 100000 100100 10011110 1001101 100100

Color Harmonies of #15A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A470

Black with #15A470

Text Example


Text Example

White with #15A470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,164,112); }

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

background-color css

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

 a { background-color: rgb(21,164,112); }

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

border-color css

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

 span { border-color: rgb(21,164,112); }

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