Html Css Color HEX #9DD46D Feijoa

📋 copy color: '#9DD46D'

red 157 ◦ green 212 ◦ blue 109

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

Shades of Feijoa #9DD46D

Tints of Feijoa #9DD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

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

R = 32.85%
G = 44.35%
B = 22.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#9DD46D (or 0x9DD46D) is known color: Feijoa. HEX triplet: 9D, D4 and 6D. RGB value is (157,212,109). Sum of RGB (Red+Green+Blue) = 157+212+109=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD46D is #622B92. Grayscale: #B8B8B8. Windows color (decimal): -6433683 or 7197853. OLE color: 7197853.

HSL color Cylindrical-coordinate representation of color #9DD46D: hue angle of 92.04º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD46D is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 212 109 -
CMYK 0.26 0 0.49 0.17
HSL 92.04º 0.54% 0.63% -
HSV(B) 92.04º 0.49% 0.83% -
XYZ 40.21 55.36 23.03 -
YUV 183.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 157 212 109 0.26 0 0.49 0.17 92.04 0.54 0.63
Hex 9D D4 6D 1A 0 31 11 5C 36 3F
Octal 235 324 155 32 0 61 21 134 66 77
Binary 10011101 11010100 1101101 11010 0 110001 10001 1011100 110110 111111

Color Harmonies of #9DD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD46D

Black with #9DD46D

Text Example


Text Example

White with #9DD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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