Html Css Color HEX #0EBF64 Jade

📋 copy color: '#0EBF64'

red 14 ◦ green 191 ◦ blue 100

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

Shades of Jade #0EBF64

Tints of Jade #0EBF64

RGB

 RED value IS 14 (5.86% from 255) = 4.59%

 GREEN value IS 191 (75% from 255) = 62.62%

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

R = 4.59%
G = 62.62%
B = 32.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#0EBF64 (or 0x0EBF64) is known color: Jade. HEX triplet: 0E, BF and 64. RGB value is (14,191,100). Sum of RGB (Red+Green+Blue) = 14+191+100=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBF64 is #F1409B. Grayscale: #7F7F7F. Windows color (decimal): -15810716 or 6602510. OLE color: 6602510.

HSL color Cylindrical-coordinate representation of color #0EBF64: hue angle of 149.15º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBF64 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 191 100 -
CMYK 0.93 0 0.48 0.25
HSL 149.15º 0.86% 0.4% -
HSV(B) 149.15º 0.93% 0.75% -
XYZ 21.11 38.28 18.33 -
YUV 127.7 112.36 46.9 -
System Red Green Blue C M Y K H S L
Decimal 14 191 100 0.93 0 0.48 0.25 149.15 0.86 0.4
Hex E BF 64 5D 0 30 19 95 56 28
Octal 16 277 144 135 0 60 31 225 126 50
Binary 1110 10111111 1100100 1011101 0 110000 11001 10010101 1010110 101000

Color Harmonies of #0EBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBF64

Black with #0EBF64

Text Example


Text Example

White with #0EBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EBF64; }

 p { color: rgb(14,191,100); }

 H1.HeaderClassName
 {
   color: #0EBF64;
 }
 .AnyTagClassName
 {
   color: #0EBF64;
 }
</style>

background-color css

<style>
 a { background-color: #0EBF64; }

 a { background-color: rgb(14,191,100); }

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

border-color css

<style>
 span { border-color: #0EBF64; }

 span { border-color: rgb(14,191,100); }

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