Html Css Color HEX #9EDF7B Feijoa

📋 copy color: '#9EDF7B'

red 158 ◦ green 223 ◦ blue 123

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

Shades of Feijoa #9EDF7B

Tints of Feijoa #9EDF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.4%

R = 31.35%
G = 44.25%
B = 24.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#9EDF7B (or 0x9EDF7B) is known color: Feijoa. HEX triplet: 9E, DF and 7B. RGB value is (158,223,123). Sum of RGB (Red+Green+Blue) = 158+223+123=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF7B is #612084. Grayscale: #C0C0C0. Windows color (decimal): -6365317 or 8118174. OLE color: 8118174.

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

Color convert

RGB 158 223 123 -
CMYK 0.29 0 0.45 0.13
HSL 99º 0.61% 0.68% -
HSV(B) 99º 0.45% 0.87% -
XYZ 44.06 61.47 28.28 -
YUV 192.17 88.97 103.63 -
System Red Green Blue C M Y K H S L
Decimal 158 223 123 0.29 0 0.45 0.13 99 0.61 0.68
Hex 9E DF 7B 1D 0 2D D 63 3D 44
Octal 236 337 173 35 0 55 15 143 75 104
Binary 10011110 11011111 1111011 11101 0 101101 1101 1100011 111101 1000100

Color Harmonies of #9EDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF7B

Black with #9EDF7B

Text Example


Text Example

White with #9EDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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