Html Css Color HEX #18A56F Jade

📋 copy color: '#18A56F'

red 24 ◦ green 165 ◦ blue 111

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

Shades of Jade #18A56F

Tints of Jade #18A56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37%

R = 8%
G = 55%
B = 37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#18A56F (or 0x18A56F) is known color: Jade. HEX triplet: 18, A5 and 6F. RGB value is (24,165,111). Sum of RGB (Red+Green+Blue) = 24+165+111=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #18A56F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A56F is #E75A90. Grayscale: #747474. Windows color (decimal): -15162001 or 7316760. OLE color: 7316760.

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

Color convert

RGB 24 165 111 -
CMYK 0.85 0 0.33 0.35
HSL 157.02º 0.75% 0.37% -
HSV(B) 157.02º 0.85% 0.65% -
XYZ 16.7 28.25 19.61 -
YUV 116.69 124.79 61.89 -
System Red Green Blue C M Y K H S L
Decimal 24 165 111 0.85 0 0.33 0.35 157.02 0.75 0.37
Hex 18 A5 6F 55 0 21 23 9D 4B 25
Octal 30 245 157 125 0 41 43 235 113 45
Binary 11000 10100101 1101111 1010101 0 100001 100011 10011101 1001011 100101

Color Harmonies of #18A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A56F

Black with #18A56F

Text Example


Text Example

White with #18A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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