Html Css Color HEX #18BE64 Jade

📋 copy color: '#18BE64'

red 24 ◦ green 190 ◦ blue 100

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

Shades of Jade #18BE64

Tints of Jade #18BE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 7.64%
G = 60.51%
B = 31.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#18BE64 (or 0x18BE64) is known color: Jade. HEX triplet: 18, BE and 64. RGB value is (24,190,100). Sum of RGB (Red+Green+Blue) = 24+190+100=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BE64 is #E7419B. Grayscale: #828282. Windows color (decimal): -15155612 or 6602264. OLE color: 6602264.

HSL color Cylindrical-coordinate representation of color #18BE64: hue angle of 147.47º 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 #18BE64 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 190 100 -
CMYK 0.87 0 0.47 0.25
HSL 147.47º 0.78% 0.42% -
HSV(B) 147.47º 0.87% 0.75% -
XYZ 21.09 37.94 18.27 -
YUV 130.11 111 52.32 -
System Red Green Blue C M Y K H S L
Decimal 24 190 100 0.87 0 0.47 0.25 147.47 0.78 0.42
Hex 18 BE 64 57 0 2F 19 93 4E 2A
Octal 30 276 144 127 0 57 31 223 116 52
Binary 11000 10111110 1100100 1010111 0 101111 11001 10010011 1001110 101010

Color Harmonies of #18BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BE64

Black with #18BE64

Text Example


Text Example

White with #18BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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