Html Css Color HEX #9ED968 Feijoa

📋 copy color: '#9ED968'

red 158 ◦ green 217 ◦ blue 104

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

Shades of Feijoa #9ED968

Tints of Feijoa #9ED968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.3%

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

R = 32.99%
G = 45.3%
B = 21.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#9ED968 (or 0x9ED968) is known color: Feijoa. HEX triplet: 9E, D9 and 68. RGB value is (158,217,104). Sum of RGB (Red+Green+Blue) = 158+217+104=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED968 is #612697. Grayscale: #BABABA. Windows color (decimal): -6366872 or 6871454. OLE color: 6871454.

HSL color Cylindrical-coordinate representation of color #9ED968: hue angle of 91.33º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ED968 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 104 -
CMYK 0.27 0 0.52 0.15
HSL 91.33º 0.6% 0.63% -
HSV(B) 91.33º 0.52% 0.85% -
XYZ 41.41 57.89 22.09 -
YUV 186.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 158 217 104 0.27 0 0.52 0.15 91.33 0.6 0.63
Hex 9E D9 68 1B 0 34 F 5B 3C 3F
Octal 236 331 150 33 0 64 17 133 74 77
Binary 10011110 11011001 1101000 11011 0 110100 1111 1011011 111100 111111

Color Harmonies of #9ED968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED968

Black with #9ED968

Text Example


Text Example

White with #9ED968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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