Html Css Color HEX #9EE968 Feijoa

📋 copy color: '#9EE968'

red 158 ◦ green 233 ◦ blue 104

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

Shades of Feijoa #9EE968

Tints of Feijoa #9EE968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.07%

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

R = 31.92%
G = 47.07%
B = 21.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#9EE968 (or 0x9EE968) is known color: Feijoa. HEX triplet: 9E, E9 and 68. RGB value is (158,233,104). Sum of RGB (Red+Green+Blue) = 158+233+104=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE968 is #611697. Grayscale: #C4C4C4. Windows color (decimal): -6362776 or 6875550. OLE color: 6875550.

HSL color Cylindrical-coordinate representation of color #9EE968: hue angle of 94.88º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EE968 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 104 -
CMYK 0.32 0 0.55 0.09
HSL 94.88º 0.75% 0.66% -
HSV(B) 94.88º 0.55% 0.91% -
XYZ 45.74 66.55 23.53 -
YUV 195.87 76.15 100.99 -
System Red Green Blue C M Y K H S L
Decimal 158 233 104 0.32 0 0.55 0.09 94.88 0.75 0.66
Hex 9E E9 68 20 0 37 9 5F 4B 42
Octal 236 351 150 40 0 67 11 137 113 102
Binary 10011110 11101001 1101000 100000 0 110111 1001 1011111 1001011 1000010

Color Harmonies of #9EE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE968

Black with #9EE968

Text Example


Text Example

White with #9EE968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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