Html Css Color HEX #18AC67 Jade

📋 copy color: '#18AC67'

red 24 ◦ green 172 ◦ blue 103

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

Shades of Jade #18AC67

Tints of Jade #18AC67

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.53%

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 8.03%
G = 57.53%
B = 34.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#18AC67 (or 0x18AC67) is known color: Jade. HEX triplet: 18, AC and 67. RGB value is (24,172,103). Sum of RGB (Red+Green+Blue) = 24+172+103=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC67 is #E75398. Grayscale: #787878. Windows color (decimal): -15160217 or 6794264. OLE color: 6794264.

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

Color convert

RGB 24 172 103 -
CMYK 0.86 0 0.40 0.33
HSL 152.03º 0.76% 0.38% -
HSV(B) 152.03º 0.86% 0.67% -
XYZ 17.58 30.68 17.83 -
YUV 119.88 118.47 59.61 -
System Red Green Blue C M Y K H S L
Decimal 24 172 103 0.86 0 0.40 0.33 152.03 0.76 0.38
Hex 18 AC 67 56 0 28 21 98 4C 26
Octal 30 254 147 126 0 50 41 230 114 46
Binary 11000 10101100 1100111 1010110 0 101000 100001 10011000 1001100 100110

Color Harmonies of #18AC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC67

Black with #18AC67

Text Example


Text Example

White with #18AC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,103); }

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

background-color css

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

 a { background-color: rgb(24,172,103); }

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

border-color css

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

 span { border-color: rgb(24,172,103); }

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