Html Css Color HEX #9DD96A Feijoa

📋 copy color: '#9DD96A'

red 157 ◦ green 217 ◦ blue 106

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

Shades of Feijoa #9DD96A

Tints of Feijoa #9DD96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 32.71%
G = 45.21%
B = 22.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#9DD96A (or 0x9DD96A) is known color: Feijoa. HEX triplet: 9D, D9 and 6A. RGB value is (157,217,106). Sum of RGB (Red+Green+Blue) = 157+217+106=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD96A is #622695. Grayscale: #BABABA. Windows color (decimal): -6432406 or 7002525. OLE color: 7002525.

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

Color convert

RGB 157 217 106 -
CMYK 0.28 0 0.51 0.15
HSL 92.43º 0.59% 0.63% -
HSV(B) 92.43º 0.51% 0.85% -
XYZ 41.32 57.83 22.62 -
YUV 186.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 157 217 106 0.28 0 0.51 0.15 92.43 0.59 0.63
Hex 9D D9 6A 1C 0 33 F 5C 3B 3F
Octal 235 331 152 34 0 63 17 134 73 77
Binary 10011101 11011001 1101010 11100 0 110011 1111 1011100 111011 111111

Color Harmonies of #9DD96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD96A

Black with #9DD96A

Text Example


Text Example

White with #9DD96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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