Html Css Color HEX #9EDB68 Feijoa

📋 copy color: '#9EDB68'

red 158 ◦ green 219 ◦ blue 104

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

Shades of Feijoa #9EDB68

Tints of Feijoa #9EDB68

RGB

 RED value IS 158 (62.11% from 255) = 32.85%

 GREEN value IS 219 (85.94% from 255) = 45.53%

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

R = 32.85%
G = 45.53%
B = 21.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#9EDB68 (or 0x9EDB68) is known color: Feijoa. HEX triplet: 9E, DB and 68. RGB value is (158,219,104). Sum of RGB (Red+Green+Blue) = 158+219+104=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB68 is #612497. Grayscale: #BCBCBC. Windows color (decimal): -6366360 or 6871966. OLE color: 6871966.

HSL color Cylindrical-coordinate representation of color #9EDB68: hue angle of 91.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EDB68 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 104 -
CMYK 0.28 0 0.53 0.14
HSL 91.83º 0.61% 0.63% -
HSV(B) 91.83º 0.53% 0.86% -
XYZ 41.93 58.93 22.26 -
YUV 187.65 80.79 106.85 -
System Red Green Blue C M Y K H S L
Decimal 158 219 104 0.28 0 0.53 0.14 91.83 0.61 0.63
Hex 9E DB 68 1C 0 35 E 5C 3D 3F
Octal 236 333 150 34 0 65 16 134 75 77
Binary 10011110 11011011 1101000 11100 0 110101 1110 1011100 111101 111111

Color Harmonies of #9EDB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB68

Black with #9EDB68

Text Example


Text Example

White with #9EDB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDB68; }

 p { color: rgb(158,219,104); }

 H1.HeaderClassName
 {
   color: #9EDB68;
 }
 .AnyTagClassName
 {
   color: #9EDB68;
 }
</style>

background-color css

<style>
 a { background-color: #9EDB68; }

 a { background-color: rgb(158,219,104); }

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

border-color css

<style>
 span { border-color: #9EDB68; }

 span { border-color: rgb(158,219,104); }

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