Html Css Color HEX #9EDF70 Feijoa

📋 copy color: '#9EDF70'

red 158 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #9EDF70

Tints of Feijoa #9EDF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 32.05%
G = 45.23%
B = 22.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#9EDF70 (or 0x9EDF70) is known color: Feijoa. HEX triplet: 9E, DF and 70. RGB value is (158,223,112). Sum of RGB (Red+Green+Blue) = 158+223+112=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF70 is #61208F. Grayscale: #BFBFBF. Windows color (decimal): -6365328 or 7397278. OLE color: 7397278.

HSL color Cylindrical-coordinate representation of color #9EDF70: hue angle of 95.14º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EDF70 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 112 -
CMYK 0.29 0 0.50 0.13
HSL 95.14º 0.63% 0.66% -
HSV(B) 95.14º 0.5% 0.87% -
XYZ 43.41 61.21 24.86 -
YUV 190.91 83.47 104.53 -
System Red Green Blue C M Y K H S L
Decimal 158 223 112 0.29 0 0.50 0.13 95.14 0.63 0.66
Hex 9E DF 70 1D 0 32 D 5F 3F 42
Octal 236 337 160 35 0 62 15 137 77 102
Binary 10011110 11011111 1110000 11101 0 110010 1101 1011111 111111 1000010

Color Harmonies of #9EDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF70

Black with #9EDF70

Text Example


Text Example

White with #9EDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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