Html Css Color HEX #18A570 Jade

📋 copy color: '#18A570'

red 24 ◦ green 165 ◦ blue 112

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

Shades of Jade #18A570

Tints of Jade #18A570

RGB

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

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

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

R = 7.97%
G = 54.82%
B = 37.21%

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

#18A570 (or 0x18A570) is known color: Jade. HEX triplet: 18, A5 and 70. RGB value is (24,165,112). Sum of RGB (Red+Green+Blue) = 24+165+112=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #18A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A570 is #E75A8F. Grayscale: #747474. Windows color (decimal): -15162000 or 7382296. OLE color: 7382296.

HSL color Cylindrical-coordinate representation of color #18A570: hue angle of 157.45º 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 #18A570 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 112 -
CMYK 0.85 0 0.32 0.35
HSL 157.45º 0.75% 0.37% -
HSV(B) 157.45º 0.85% 0.65% -
XYZ 16.76 28.27 19.9 -
YUV 116.8 125.29 61.81 -
System Red Green Blue C M Y K H S L
Decimal 24 165 112 0.85 0 0.32 0.35 157.45 0.75 0.37
Hex 18 A5 70 55 0 20 23 9D 4B 25
Octal 30 245 160 125 0 40 43 235 113 45
Binary 11000 10100101 1110000 1010101 0 100000 100011 10011101 1001011 100101

Color Harmonies of #18A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A570

Black with #18A570

Text Example


Text Example

White with #18A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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