Html Css Color HEX #18BE68 Jade

📋 copy color: '#18BE68'

red 24 ◦ green 190 ◦ blue 104

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

Shades of Jade #18BE68

Tints of Jade #18BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.75%

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

R = 7.55%
G = 59.75%
B = 32.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#18BE68 (or 0x18BE68) is known color: Jade. HEX triplet: 18, BE and 68. RGB value is (24,190,104). Sum of RGB (Red+Green+Blue) = 24+190+104=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BE68 is #E74197. Grayscale: #828282. Windows color (decimal): -15155608 or 6864408. OLE color: 6864408.

HSL color Cylindrical-coordinate representation of color #18BE68: hue angle of 148.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BE68 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 190 104 -
CMYK 0.87 0 0.45 0.25
HSL 148.92º 0.78% 0.42% -
HSV(B) 148.92º 0.87% 0.75% -
XYZ 21.29 38.02 19.31 -
YUV 130.56 113 51.99 -
System Red Green Blue C M Y K H S L
Decimal 24 190 104 0.87 0 0.45 0.25 148.92 0.78 0.42
Hex 18 BE 68 57 0 2D 19 95 4E 2A
Octal 30 276 150 127 0 55 31 225 116 52
Binary 11000 10111110 1101000 1010111 0 101101 11001 10010101 1001110 101010

Color Harmonies of #18BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BE68

Black with #18BE68

Text Example


Text Example

White with #18BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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