Html Css Color HEX #9EF06C Feijoa

📋 copy color: '#9EF06C'

red 158 ◦ green 240 ◦ blue 108

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

Shades of Feijoa #9EF06C

Tints of Feijoa #9EF06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 108 (42.58% from 255) = 21.34%

R = 31.23%
G = 47.43%
B = 21.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9EF06C (or 0x9EF06C) is known color: Feijoa. HEX triplet: 9E, F0 and 6C. RGB value is (158,240,108). Sum of RGB (Red+Green+Blue) = 158+240+108=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF06C is #610F93. Grayscale: #C8C8C8. Windows color (decimal): -6360980 or 7139486. OLE color: 7139486.

HSL color Cylindrical-coordinate representation of color #9EF06C: hue angle of 97.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EF06C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 108 -
CMYK 0.34 0 0.55 0.06
HSL 97.27º 0.81% 0.68% -
HSV(B) 97.27º 0.55% 0.94% -
XYZ 47.97 70.67 25.3 -
YUV 200.43 75.83 97.73 -
System Red Green Blue C M Y K H S L
Decimal 158 240 108 0.34 0 0.55 0.06 97.27 0.81 0.68
Hex 9E F0 6C 22 0 37 6 61 51 44
Octal 236 360 154 42 0 67 6 141 121 104
Binary 10011110 11110000 1101100 100010 0 110111 110 1100001 1010001 1000100

Color Harmonies of #9EF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF06C

Black with #9EF06C

Text Example


Text Example

White with #9EF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,108); }

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

background-color css

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

 a { background-color: rgb(158,240,108); }

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

border-color css

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

 span { border-color: rgb(158,240,108); }

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