Html Css Color HEX #18B46C Jade

📋 copy color: '#18B46C'

red 24 ◦ green 180 ◦ blue 108

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

Shades of Jade #18B46C

Tints of Jade #18B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

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

R = 7.69%
G = 57.69%
B = 34.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#18B46C (or 0x18B46C) is known color: Jade. HEX triplet: 18, B4 and 6C. RGB value is (24,180,108). Sum of RGB (Red+Green+Blue) = 24+180+108=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #18B46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B46C is #E74B93. Grayscale: #7D7D7D. Windows color (decimal): -15158164 or 7123992. OLE color: 7123992.

HSL color Cylindrical-coordinate representation of color #18B46C: hue angle of 152.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B46C is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 180 108 -
CMYK 0.87 0 0.40 0.29
HSL 152.31º 0.76% 0.4% -
HSV(B) 152.31º 0.87% 0.71% -
XYZ 19.4 33.92 19.71 -
YUV 125.15 118.32 55.85 -
System Red Green Blue C M Y K H S L
Decimal 24 180 108 0.87 0 0.40 0.29 152.31 0.76 0.4
Hex 18 B4 6C 57 0 28 1D 98 4C 28
Octal 30 264 154 127 0 50 35 230 114 50
Binary 11000 10110100 1101100 1010111 0 101000 11101 10011000 1001100 101000

Color Harmonies of #18B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B46C

Black with #18B46C

Text Example


Text Example

White with #18B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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