Html Css Color HEX #9DD96E Feijoa

📋 copy color: '#9DD96E'

red 157 ◦ green 217 ◦ blue 110

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

Shades of Feijoa #9DD96E

Tints of Feijoa #9DD96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.83%

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 32.44%
G = 44.83%
B = 22.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#9DD96E (or 0x9DD96E) is known color: Feijoa. HEX triplet: 9D, D9 and 6E. RGB value is (157,217,110). Sum of RGB (Red+Green+Blue) = 157+217+110=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD96E is #622691. Grayscale: #BBBBBB. Windows color (decimal): -6432402 or 7264669. OLE color: 7264669.

HSL color Cylindrical-coordinate representation of color #9DD96E: hue angle of 93.64º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD96E is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 110 -
CMYK 0.28 0 0.49 0.15
HSL 93.64º 0.58% 0.64% -
HSV(B) 93.64º 0.49% 0.85% -
XYZ 41.53 57.92 23.74 -
YUV 186.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 157 217 110 0.28 0 0.49 0.15 93.64 0.58 0.64
Hex 9D D9 6E 1C 0 31 F 5E 3A 40
Octal 235 331 156 34 0 61 17 136 72 100
Binary 10011101 11011001 1101110 11100 0 110001 1111 1011110 111010 1000000

Color Harmonies of #9DD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD96E

Black with #9DD96E

Text Example


Text Example

White with #9DD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,110); }

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

background-color css

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

 a { background-color: rgb(157,217,110); }

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

border-color css

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

 span { border-color: rgb(157,217,110); }

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