Html Css Color HEX #18A469 Jade

📋 copy color: '#18A469'

red 24 ◦ green 164 ◦ blue 105

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

Shades of Jade #18A469

Tints of Jade #18A469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.97%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 8.19%
G = 55.97%
B = 35.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#18A469 (or 0x18A469) is known color: Jade. HEX triplet: 18, A4 and 69. RGB value is (24,164,105). Sum of RGB (Red+Green+Blue) = 24+164+105=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #18A469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A469 is #E75B96. Grayscale: #737373. Windows color (decimal): -15162263 or 6923288. OLE color: 6923288.

HSL color Cylindrical-coordinate representation of color #18A469: hue angle of 154.71º 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 #18A469 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 164 105 -
CMYK 0.85 0 0.36 0.36
HSL 154.71º 0.74% 0.37% -
HSV(B) 154.71º 0.85% 0.64% -
XYZ 16.2 27.77 17.87 -
YUV 115.41 122.12 62.8 -
System Red Green Blue C M Y K H S L
Decimal 24 164 105 0.85 0 0.36 0.36 154.71 0.74 0.37
Hex 18 A4 69 55 0 24 24 9B 4A 25
Octal 30 244 151 125 0 44 44 233 112 45
Binary 11000 10100100 1101001 1010101 0 100100 100100 10011011 1001010 100101

Color Harmonies of #18A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A469

Black with #18A469

Text Example


Text Example

White with #18A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,164,105); }

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

background-color css

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

 a { background-color: rgb(24,164,105); }

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

border-color css

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

 span { border-color: rgb(24,164,105); }

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