Html Css Color HEX #18B06D Jade

📋 copy color: '#18B06D'

red 24 ◦ green 176 ◦ blue 109

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

Shades of Jade #18B06D

Tints of Jade #18B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.96%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 7.77%
G = 56.96%
B = 35.28%

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

#18B06D (or 0x18B06D) is known color: Jade. HEX triplet: 18, B0 and 6D. RGB value is (24,176,109). Sum of RGB (Red+Green+Blue) = 24+176+109=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #18B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B06D is #E74F92. Grayscale: #7B7B7B. Windows color (decimal): -15159187 or 7188504. OLE color: 7188504.

HSL color Cylindrical-coordinate representation of color #18B06D: hue angle of 153.55º 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 #18B06D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 176 109 -
CMYK 0.86 0 0.38 0.31
HSL 153.55º 0.76% 0.39% -
HSV(B) 153.55º 0.86% 0.69% -
XYZ 18.66 32.35 19.73 -
YUV 122.91 120.14 57.45 -
System Red Green Blue C M Y K H S L
Decimal 24 176 109 0.86 0 0.38 0.31 153.55 0.76 0.39
Hex 18 B0 6D 56 0 26 1F 9A 4C 27
Octal 30 260 155 126 0 46 37 232 114 47
Binary 11000 10110000 1101101 1010110 0 100110 11111 10011010 1001100 100111

Color Harmonies of #18B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B06D

Black with #18B06D

Text Example


Text Example

White with #18B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,109); }

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

background-color css

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

 a { background-color: rgb(24,176,109); }

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

border-color css

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

 span { border-color: rgb(24,176,109); }

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