Html Css Color HEX #9EF06A Feijoa

📋 copy color: '#9EF06A'

red 158 ◦ green 240 ◦ blue 106

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

Shades of Feijoa #9EF06A

Tints of Feijoa #9EF06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 31.35%
G = 47.62%
B = 21.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#9EF06A (or 0x9EF06A) is known color: Feijoa. HEX triplet: 9E, F0 and 6A. RGB value is (158,240,106). Sum of RGB (Red+Green+Blue) = 158+240+106=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF06A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF06A is #610F95. Grayscale: #C8C8C8. Windows color (decimal): -6360982 or 7008414. OLE color: 7008414.

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

Color convert

RGB 158 240 106 -
CMYK 0.34 0 0.56 0.06
HSL 96.72º 0.82% 0.68% -
HSV(B) 96.72º 0.56% 0.94% -
XYZ 47.86 70.63 24.75 -
YUV 200.21 74.83 97.9 -
System Red Green Blue C M Y K H S L
Decimal 158 240 106 0.34 0 0.56 0.06 96.72 0.82 0.68
Hex 9E F0 6A 22 0 38 6 61 52 44
Octal 236 360 152 42 0 70 6 141 122 104
Binary 10011110 11110000 1101010 100010 0 111000 110 1100001 1010010 1000100

Color Harmonies of #9EF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF06A

Black with #9EF06A

Text Example


Text Example

White with #9EF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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