Html Css Color HEX #9EEB7A Feijoa

📋 copy color: '#9EEB7A'

red 158 ◦ green 235 ◦ blue 122

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

Shades of Feijoa #9EEB7A

Tints of Feijoa #9EEB7A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.63%

 BLUE value IS 122 (48.05% from 255) = 23.69%

R = 30.68%
G = 45.63%
B = 23.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#9EEB7A (or 0x9EEB7A) is known color: Feijoa. HEX triplet: 9E, EB and 7A. RGB value is (158,235,122). Sum of RGB (Red+Green+Blue) = 158+235+122=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB7A is #611485. Grayscale: #C7C7C7. Windows color (decimal): -6362246 or 8055710. OLE color: 8055710.

HSL color Cylindrical-coordinate representation of color #9EEB7A: hue angle of 100.88º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EEB7A is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 122 -
CMYK 0.33 0 0.48 0.08
HSL 100.89º 0.74% 0.7% -
HSV(B) 100.89º 0.48% 0.92% -
XYZ 47.32 68.09 29.06 -
YUV 199.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 158 235 122 0.33 0 0.48 0.08 100.89 0.74 0.7
Hex 9E EB 7A 21 0 30 8 65 4A 46
Octal 236 353 172 41 0 60 10 145 112 106
Binary 10011110 11101011 1111010 100001 0 110000 1000 1100101 1001010 1000110

Color Harmonies of #9EEB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEB7A

Black with #9EEB7A

Text Example


Text Example

White with #9EEB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,122); }

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

background-color css

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

 a { background-color: rgb(158,235,122); }

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

border-color css

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

 span { border-color: rgb(158,235,122); }

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