Html Css Color HEX #18AF69 Jade

📋 copy color: '#18AF69'

red 24 ◦ green 175 ◦ blue 105

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

Shades of Jade #18AF69

Tints of Jade #18AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.57%

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

R = 7.89%
G = 57.57%
B = 34.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#18AF69 (or 0x18AF69) is known color: Jade. HEX triplet: 18, AF and 69. RGB value is (24,175,105). Sum of RGB (Red+Green+Blue) = 24+175+105=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF69 is #E75096. Grayscale: #7A7A7A. Windows color (decimal): -15159447 or 6926104. OLE color: 6926104.

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

Color convert

RGB 24 175 105 -
CMYK 0.86 0 0.40 0.31
HSL 152.19º 0.76% 0.39% -
HSV(B) 152.19º 0.86% 0.69% -
XYZ 18.26 31.87 18.55 -
YUV 121.87 118.47 58.19 -
System Red Green Blue C M Y K H S L
Decimal 24 175 105 0.86 0 0.40 0.31 152.19 0.76 0.39
Hex 18 AF 69 56 0 28 1F 98 4C 27
Octal 30 257 151 126 0 50 37 230 114 47
Binary 11000 10101111 1101001 1010110 0 101000 11111 10011000 1001100 100111

Color Harmonies of #18AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF69

Black with #18AF69

Text Example


Text Example

White with #18AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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