Html Css Color HEX #18AB69 Jade

📋 copy color: '#18AB69'

red 24 ◦ green 171 ◦ blue 105

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

Shades of Jade #18AB69

Tints of Jade #18AB69

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57%

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

R = 8%
G = 57%
B = 35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#18AB69 (or 0x18AB69) is known color: Jade. HEX triplet: 18, AB and 69. RGB value is (24,171,105). Sum of RGB (Red+Green+Blue) = 24+171+105=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB69 is #E75496. Grayscale: #777777. Windows color (decimal): -15160471 or 6925080. OLE color: 6925080.

HSL color Cylindrical-coordinate representation of color #18AB69: hue angle of 153.06º degrees, saturation: 0.75, 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 #18AB69 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 171 105 -
CMYK 0.86 0 0.39 0.33
HSL 153.06º 0.75% 0.38% -
HSV(B) 153.06º 0.86% 0.67% -
XYZ 17.49 30.34 18.3 -
YUV 119.52 119.8 59.87 -
System Red Green Blue C M Y K H S L
Decimal 24 171 105 0.86 0 0.39 0.33 153.06 0.75 0.38
Hex 18 AB 69 56 0 27 21 99 4B 26
Octal 30 253 151 126 0 47 41 231 113 46
Binary 11000 10101011 1101001 1010110 0 100111 100001 10011001 1001011 100110

Color Harmonies of #18AB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AB69

Black with #18AB69

Text Example


Text Example

White with #18AB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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