Html Css Color HEX #9EDF7F Feijoa

📋 copy color: '#9EDF7F'

red 158 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #9EDF7F

Tints of Feijoa #9EDF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25%

R = 31.1%
G = 43.9%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9EDF7F (or 0x9EDF7F) is known color: Feijoa. HEX triplet: 9E, DF and 7F. RGB value is (158,223,127). Sum of RGB (Red+Green+Blue) = 158+223+127=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF7F is #612080. Grayscale: #C0C0C0. Windows color (decimal): -6365313 or 8380318. OLE color: 8380318.

HSL color Cylindrical-coordinate representation of color #9EDF7F: hue angle of 100.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EDF7F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 127 -
CMYK 0.29 0 0.43 0.13
HSL 100.63º 0.6% 0.69% -
HSV(B) 100.63º 0.43% 0.87% -
XYZ 44.32 61.58 29.63 -
YUV 192.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 158 223 127 0.29 0 0.43 0.13 100.63 0.6 0.69
Hex 9E DF 7F 1D 0 2B D 65 3C 45
Octal 236 337 177 35 0 53 15 145 74 105
Binary 10011110 11011111 1111111 11101 0 101011 1101 1100101 111100 1000101

Color Harmonies of #9EDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF7F

Black with #9EDF7F

Text Example


Text Example

White with #9EDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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