Html Css Color HEX #18B16C Jade

📋 copy color: '#18B16C'

red 24 ◦ green 177 ◦ blue 108

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

Shades of Jade #18B16C

Tints of Jade #18B16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.28%

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

R = 7.77%
G = 57.28%
B = 34.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#18B16C (or 0x18B16C) is known color: Jade. HEX triplet: 18, B1 and 6C. RGB value is (24,177,108). Sum of RGB (Red+Green+Blue) = 24+177+108=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #18B16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B16C is #E74E93. Grayscale: #7B7B7B. Windows color (decimal): -15158932 or 7123224. OLE color: 7123224.

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

Color convert

RGB 24 177 108 -
CMYK 0.86 0 0.39 0.31
HSL 152.94º 0.76% 0.39% -
HSV(B) 152.94º 0.86% 0.69% -
XYZ 18.81 32.72 19.51 -
YUV 123.39 119.31 57.11 -
System Red Green Blue C M Y K H S L
Decimal 24 177 108 0.86 0 0.39 0.31 152.94 0.76 0.39
Hex 18 B1 6C 56 0 27 1F 99 4C 27
Octal 30 261 154 126 0 47 37 231 114 47
Binary 11000 10110001 1101100 1010110 0 100111 11111 10011001 1001100 100111

Color Harmonies of #18B16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B16C

Black with #18B16C

Text Example


Text Example

White with #18B16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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