Html Css Color HEX #18BB69 Jade

📋 copy color: '#18BB69'

red 24 ◦ green 187 ◦ blue 105

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

Shades of Jade #18BB69

Tints of Jade #18BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.18%

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

R = 7.59%
G = 59.18%
B = 33.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#18BB69 (or 0x18BB69) is known color: Jade. HEX triplet: 18, BB and 69. RGB value is (24,187,105). Sum of RGB (Red+Green+Blue) = 24+187+105=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BB69 is #E74496. Grayscale: #818181. Windows color (decimal): -15156375 or 6929176. OLE color: 6929176.

HSL color Cylindrical-coordinate representation of color #18BB69: hue angle of 149.82º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BB69 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 187 105 -
CMYK 0.87 0 0.44 0.27
HSL 149.82º 0.77% 0.41% -
HSV(B) 149.82º 0.87% 0.73% -
XYZ 20.7 36.75 19.37 -
YUV 128.92 114.5 53.17 -
System Red Green Blue C M Y K H S L
Decimal 24 187 105 0.87 0 0.44 0.27 149.82 0.77 0.41
Hex 18 BB 69 57 0 2C 1B 96 4D 29
Octal 30 273 151 127 0 54 33 226 115 51
Binary 11000 10111011 1101001 1010111 0 101100 11011 10010110 1001101 101001

Color Harmonies of #18BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BB69

Black with #18BB69

Text Example


Text Example

White with #18BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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