Html Css Color HEX #18A36E Jade

📋 copy color: '#18A36E'

red 24 ◦ green 163 ◦ blue 110

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

Shades of Jade #18A36E

Tints of Jade #18A36E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.88%

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

R = 8.08%
G = 54.88%
B = 37.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#18A36E (or 0x18A36E) is known color: Jade. HEX triplet: 18, A3 and 6E. RGB value is (24,163,110). Sum of RGB (Red+Green+Blue) = 24+163+110=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #18A36E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A36E is #E75C91. Grayscale: #737373. Windows color (decimal): -15162514 or 7250712. OLE color: 7250712.

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

Color convert

RGB 24 163 110 -
CMYK 0.85 0 0.33 0.36
HSL 157.12º 0.74% 0.37% -
HSV(B) 157.12º 0.85% 0.64% -
XYZ 16.29 27.51 19.2 -
YUV 115.4 124.95 62.81 -
System Red Green Blue C M Y K H S L
Decimal 24 163 110 0.85 0 0.33 0.36 157.12 0.74 0.37
Hex 18 A3 6E 55 0 21 24 9D 4A 25
Octal 30 243 156 125 0 41 44 235 112 45
Binary 11000 10100011 1101110 1010101 0 100001 100100 10011101 1001010 100101

Color Harmonies of #18A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A36E

Black with #18A36E

Text Example


Text Example

White with #18A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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