Html Css Color HEX #9DEE7A Feijoa

📋 copy color: '#9DEE7A'

red 157 ◦ green 238 ◦ blue 122

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

Shades of Feijoa #9DEE7A

Tints of Feijoa #9DEE7A

RGB

 RED value IS 157 (61.72% from 255) = 30.37%

 GREEN value IS 238 (93.36% from 255) = 46.03%

 BLUE value IS 122 (48.05% from 255) = 23.6%

R = 30.37%
G = 46.03%
B = 23.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#9DEE7A (or 0x9DEE7A) is known color: Feijoa. HEX triplet: 9D, EE and 7A. RGB value is (157,238,122). Sum of RGB (Red+Green+Blue) = 157+238+122=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEE7A is #621185. Grayscale: #C8C8C8. Windows color (decimal): -6427014 or 8056477. OLE color: 8056477.

HSL color Cylindrical-coordinate representation of color #9DEE7A: hue angle of 101.9º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DEE7A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 122 -
CMYK 0.34 0 0.49 0.07
HSL 101.9º 0.77% 0.71% -
HSV(B) 101.9º 0.49% 0.93% -
XYZ 47.99 69.72 29.34 -
YUV 200.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 157 238 122 0.34 0 0.49 0.07 101.9 0.77 0.71
Hex 9D EE 7A 22 0 31 7 66 4D 47
Octal 235 356 172 42 0 61 7 146 115 107
Binary 10011101 11101110 1111010 100010 0 110001 111 1100110 1001101 1000111

Color Harmonies of #9DEE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEE7A

Black with #9DEE7A

Text Example


Text Example

White with #9DEE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,122); }

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

background-color css

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

 a { background-color: rgb(157,238,122); }

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

border-color css

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

 span { border-color: rgb(157,238,122); }

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