Html Css Color HEX #9EED70 Feijoa

📋 copy color: '#9EED70'

red 158 ◦ green 237 ◦ blue 112

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

Shades of Feijoa #9EED70

Tints of Feijoa #9EED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.75%

 BLUE value IS 112 (44.14% from 255) = 22.09%

R = 31.16%
G = 46.75%
B = 22.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#9EED70 (or 0x9EED70) is known color: Feijoa. HEX triplet: 9E, ED and 70. RGB value is (158,237,112). Sum of RGB (Red+Green+Blue) = 158+237+112=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED70 is #61128F. Grayscale: #C7C7C7. Windows color (decimal): -6361744 or 7400862. OLE color: 7400862.

HSL color Cylindrical-coordinate representation of color #9EED70: hue angle of 97.92º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EED70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 112 -
CMYK 0.33 0 0.53 0.07
HSL 97.92º 0.78% 0.68% -
HSV(B) 97.92º 0.53% 0.93% -
XYZ 47.31 69.01 26.16 -
YUV 199.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 158 237 112 0.33 0 0.53 0.07 97.92 0.78 0.68
Hex 9E ED 70 21 0 35 7 62 4E 44
Octal 236 355 160 41 0 65 7 142 116 104
Binary 10011110 11101101 1110000 100001 0 110101 111 1100010 1001110 1000100

Color Harmonies of #9EED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EED70

Black with #9EED70

Text Example


Text Example

White with #9EED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,237,112); }

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

background-color css

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

 a { background-color: rgb(158,237,112); }

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

border-color css

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

 span { border-color: rgb(158,237,112); }

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