Html Css Color HEX #0EBF66 Jade

📋 copy color: '#0EBF66'

red 14 ◦ green 191 ◦ blue 102

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

Shades of Jade #0EBF66

Tints of Jade #0EBF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 4.56%
G = 62.21%
B = 33.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#0EBF66 (or 0x0EBF66) is known color: Jade. HEX triplet: 0E, BF and 66. RGB value is (14,191,102). Sum of RGB (Red+Green+Blue) = 14+191+102=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBF66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBF66 is #F14099. Grayscale: #808080. Windows color (decimal): -15810714 or 6733582. OLE color: 6733582.

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

Color convert

RGB 14 191 102 -
CMYK 0.93 0 0.47 0.25
HSL 149.83º 0.86% 0.4% -
HSV(B) 149.83º 0.93% 0.75% -
XYZ 21.21 38.31 18.85 -
YUV 127.93 113.36 46.74 -
System Red Green Blue C M Y K H S L
Decimal 14 191 102 0.93 0 0.47 0.25 149.83 0.86 0.4
Hex E BF 66 5D 0 2F 19 96 56 28
Octal 16 277 146 135 0 57 31 226 126 50
Binary 1110 10111111 1100110 1011101 0 101111 11001 10010110 1010110 101000

Color Harmonies of #0EBF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBF66

Black with #0EBF66

Text Example


Text Example

White with #0EBF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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