Html Css Color HEX #9DEE6D Feijoa

📋 copy color: '#9DEE6D'

red 157 ◦ green 238 ◦ blue 109

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

Shades of Feijoa #9DEE6D

Tints of Feijoa #9DEE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 31.15%
G = 47.22%
B = 21.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#9DEE6D (or 0x9DEE6D) is known color: Feijoa. HEX triplet: 9D, EE and 6D. RGB value is (157,238,109). Sum of RGB (Red+Green+Blue) = 157+238+109=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEE6D is #621192. Grayscale: #C7C7C7. Windows color (decimal): -6427027 or 7204509. OLE color: 7204509.

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

Color convert

RGB 157 238 109 -
CMYK 0.34 0 0.54 0.07
HSL 97.67º 0.79% 0.68% -
HSV(B) 97.67º 0.54% 0.93% -
XYZ 47.24 69.42 25.38 -
YUV 199.08 77.16 97.99 -
System Red Green Blue C M Y K H S L
Decimal 157 238 109 0.34 0 0.54 0.07 97.67 0.79 0.68
Hex 9D EE 6D 22 0 36 7 62 4F 44
Octal 235 356 155 42 0 66 7 142 117 104
Binary 10011101 11101110 1101101 100010 0 110110 111 1100010 1001111 1000100

Color Harmonies of #9DEE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEE6D

Black with #9DEE6D

Text Example


Text Example

White with #9DEE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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