Html Css Color HEX #18AE6B Jade

📋 copy color: '#18AE6B'

red 24 ◦ green 174 ◦ blue 107

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

Shades of Jade #18AE6B

Tints of Jade #18AE6B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.05%

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

R = 7.87%
G = 57.05%
B = 35.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#18AE6B (or 0x18AE6B) is known color: Jade. HEX triplet: 18, AE and 6B. RGB value is (24,174,107). Sum of RGB (Red+Green+Blue) = 24+174+107=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AE6B is #E75194. Grayscale: #797979. Windows color (decimal): -15159701 or 7056920. OLE color: 7056920.

HSL color Cylindrical-coordinate representation of color #18AE6B: hue angle of 153.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE6B is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 174 107 -
CMYK 0.86 0 0.39 0.32
HSL 153.2º 0.76% 0.39% -
HSV(B) 153.2º 0.86% 0.68% -
XYZ 18.17 31.53 19.04 -
YUV 121.51 119.81 58.45 -
System Red Green Blue C M Y K H S L
Decimal 24 174 107 0.86 0 0.39 0.32 153.2 0.76 0.39
Hex 18 AE 6B 56 0 27 20 99 4C 27
Octal 30 256 153 126 0 47 40 231 114 47
Binary 11000 10101110 1101011 1010110 0 100111 100000 10011001 1001100 100111

Color Harmonies of #18AE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AE6B

Black with #18AE6B

Text Example


Text Example

White with #18AE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,174,107); }

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

background-color css

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

 a { background-color: rgb(24,174,107); }

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

border-color css

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

 span { border-color: rgb(24,174,107); }

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