Html Css Color HEX #18BD65 Jade

📋 copy color: '#18BD65'

red 24 ◦ green 189 ◦ blue 101

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

Shades of Jade #18BD65

Tints of Jade #18BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.19%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 7.64%
G = 60.19%
B = 32.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#18BD65 (or 0x18BD65) is known color: Jade. HEX triplet: 18, BD and 65. RGB value is (24,189,101). Sum of RGB (Red+Green+Blue) = 24+189+101=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD65 is #E7429A. Grayscale: #818181. Windows color (decimal): -15155867 or 6667544. OLE color: 6667544.

HSL color Cylindrical-coordinate representation of color #18BD65: hue angle of 148º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD65 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 189 101 -
CMYK 0.87 0 0.47 0.26
HSL 148º 0.77% 0.42% -
HSV(B) 148º 0.87% 0.74% -
XYZ 20.92 37.53 18.45 -
YUV 129.63 111.84 52.66 -
System Red Green Blue C M Y K H S L
Decimal 24 189 101 0.87 0 0.47 0.26 148 0.77 0.42
Hex 18 BD 65 57 0 2F 1A 94 4D 2A
Octal 30 275 145 127 0 57 32 224 115 52
Binary 11000 10111101 1100101 1010111 0 101111 11010 10010100 1001101 101010

Color Harmonies of #18BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD65

Black with #18BD65

Text Example


Text Example

White with #18BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,101); }

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

background-color css

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

 a { background-color: rgb(24,189,101); }

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

border-color css

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

 span { border-color: rgb(24,189,101); }

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