Html Css Color HEX #9EFD66 Feijoa

📋 copy color: '#9EFD66'

red 158 ◦ green 253 ◦ blue 102

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

Shades of Feijoa #9EFD66

Tints of Feijoa #9EFD66

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.32%

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

R = 30.8%
G = 49.32%
B = 19.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#9EFD66 (or 0x9EFD66) is known color: Feijoa. HEX triplet: 9E, FD and 66. RGB value is (158,253,102). Sum of RGB (Red+Green+Blue) = 158+253+102=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD66 is #610299. Grayscale: #CFCFCF. Windows color (decimal): -6357658 or 6749598. OLE color: 6749598.

HSL color Cylindrical-coordinate representation of color #9EFD66: hue angle of 97.75º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EFD66 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 102 -
CMYK 0.38 0 0.60 0.01
HSL 97.75º 0.97% 0.7% -
HSV(B) 97.75º 0.6% 0.99% -
XYZ 51.62 78.48 25 -
YUV 207.38 68.53 92.78 -
System Red Green Blue C M Y K H S L
Decimal 158 253 102 0.38 0 0.60 0.01 97.75 0.97 0.7
Hex 9E FD 66 26 0 3C 1 62 61 46
Octal 236 375 146 46 0 74 1 142 141 106
Binary 10011110 11111101 1100110 100110 0 111100 1 1100010 1100001 1000110

Color Harmonies of #9EFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFD66

Black with #9EFD66

Text Example


Text Example

White with #9EFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,102); }

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

background-color css

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

 a { background-color: rgb(158,253,102); }

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

border-color css

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

 span { border-color: rgb(158,253,102); }

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