Html Css Color HEX #18AF6C Jade

📋 copy color: '#18AF6C'

red 24 ◦ green 175 ◦ blue 108

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

Shades of Jade #18AF6C

Tints of Jade #18AF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 7.82%
G = 57%
B = 35.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#18AF6C (or 0x18AF6C) is known color: Jade. HEX triplet: 18, AF and 6C. RGB value is (24,175,108). Sum of RGB (Red+Green+Blue) = 24+175+108=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF6C is #E75093. Grayscale: #7A7A7A. Windows color (decimal): -15159444 or 7122712. OLE color: 7122712.

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

Color convert

RGB 24 175 108 -
CMYK 0.86 0 0.38 0.31
HSL 153.38º 0.76% 0.39% -
HSV(B) 153.38º 0.86% 0.69% -
XYZ 18.41 31.94 19.38 -
YUV 122.21 119.97 57.95 -
System Red Green Blue C M Y K H S L
Decimal 24 175 108 0.86 0 0.38 0.31 153.38 0.76 0.39
Hex 18 AF 6C 56 0 26 1F 99 4C 27
Octal 30 257 154 126 0 46 37 231 114 47
Binary 11000 10101111 1101100 1010110 0 100110 11111 10011001 1001100 100111

Color Harmonies of #18AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF6C

Black with #18AF6C

Text Example


Text Example

White with #18AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,108); }

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

background-color css

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

 a { background-color: rgb(24,175,108); }

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

border-color css

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

 span { border-color: rgb(24,175,108); }

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