Html Css Color HEX #18AF68 Jade

📋 copy color: '#18AF68'

red 24 ◦ green 175 ◦ blue 104

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

Shades of Jade #18AF68

Tints of Jade #18AF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 7.92%
G = 57.76%
B = 34.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#18AF68 (or 0x18AF68) is known color: Jade. HEX triplet: 18, AF and 68. RGB value is (24,175,104). Sum of RGB (Red+Green+Blue) = 24+175+104=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF68 is #E75097. Grayscale: #797979. Windows color (decimal): -15159448 or 6860568. OLE color: 6860568.

HSL color Cylindrical-coordinate representation of color #18AF68: hue angle of 151.79º 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 #18AF68 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 104 -
CMYK 0.86 0 0.41 0.31
HSL 151.79º 0.76% 0.39% -
HSV(B) 151.79º 0.86% 0.69% -
XYZ 18.21 31.85 18.29 -
YUV 121.76 117.97 58.27 -
System Red Green Blue C M Y K H S L
Decimal 24 175 104 0.86 0 0.41 0.31 151.79 0.76 0.39
Hex 18 AF 68 56 0 29 1F 98 4C 27
Octal 30 257 150 126 0 51 37 230 114 47
Binary 11000 10101111 1101000 1010110 0 101001 11111 10011000 1001100 100111

Color Harmonies of #18AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF68

Black with #18AF68

Text Example


Text Example

White with #18AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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