Html Css Color HEX #18A571 Jade

📋 copy color: '#18A571'

red 24 ◦ green 165 ◦ blue 113

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

Shades of Jade #18A571

Tints of Jade #18A571

RGB

 RED value IS 24 (9.77% from 255) = 7.95%

 GREEN value IS 165 (64.84% from 255) = 54.64%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 7.95%
G = 54.64%
B = 37.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#18A571 (or 0x18A571) is known color: Jade. HEX triplet: 18, A5 and 71. RGB value is (24,165,113). Sum of RGB (Red+Green+Blue) = 24+165+113=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #18A571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A571 is #E75A8E. Grayscale: #747474. Windows color (decimal): -15161999 or 7447832. OLE color: 7447832.

HSL color Cylindrical-coordinate representation of color #18A571: hue angle of 157.87º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A571 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 113 -
CMYK 0.85 0 0.32 0.35
HSL 157.87º 0.75% 0.37% -
HSV(B) 157.87º 0.85% 0.65% -
XYZ 16.81 28.3 20.2 -
YUV 116.91 125.79 61.73 -
System Red Green Blue C M Y K H S L
Decimal 24 165 113 0.85 0 0.32 0.35 157.87 0.75 0.37
Hex 18 A5 71 55 0 20 23 9E 4B 25
Octal 30 245 161 125 0 40 43 236 113 45
Binary 11000 10100101 1110001 1010101 0 100000 100011 10011110 1001011 100101

Color Harmonies of #18A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A571

Black with #18A571

Text Example


Text Example

White with #18A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A571; }

 p { color: rgb(24,165,113); }

 H1.HeaderClassName
 {
   color: #18A571;
 }
 .AnyTagClassName
 {
   color: #18A571;
 }
</style>

background-color css

<style>
 a { background-color: #18A571; }

 a { background-color: rgb(24,165,113); }

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

border-color css

<style>
 span { border-color: #18A571; }

 span { border-color: rgb(24,165,113); }

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