Html Css Color HEX #18A56E Jade

📋 copy color: '#18A56E'

red 24 ◦ green 165 ◦ blue 110

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

Shades of Jade #18A56E

Tints of Jade #18A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.18%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 8.03%
G = 55.18%
B = 36.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#18A56E (or 0x18A56E) is known color: Jade. HEX triplet: 18, A5 and 6E. RGB value is (24,165,110). Sum of RGB (Red+Green+Blue) = 24+165+110=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #18A56E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A56E is #E75A91. Grayscale: #747474. Windows color (decimal): -15162002 or 7251224. OLE color: 7251224.

HSL color Cylindrical-coordinate representation of color #18A56E: hue angle of 156.6º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A56E is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 110 -
CMYK 0.85 0 0.33 0.35
HSL 156.6º 0.75% 0.37% -
HSV(B) 156.6º 0.85% 0.65% -
XYZ 16.65 28.23 19.32 -
YUV 116.57 124.29 61.97 -
System Red Green Blue C M Y K H S L
Decimal 24 165 110 0.85 0 0.33 0.35 156.6 0.75 0.37
Hex 18 A5 6E 55 0 21 23 9D 4B 25
Octal 30 245 156 125 0 41 43 235 113 45
Binary 11000 10100101 1101110 1010101 0 100001 100011 10011101 1001011 100101

Color Harmonies of #18A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A56E

Black with #18A56E

Text Example


Text Example

White with #18A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,110); }

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

background-color css

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

 a { background-color: rgb(24,165,110); }

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

border-color css

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

 span { border-color: rgb(24,165,110); }

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