Html Css Color HEX #9DD972 Feijoa

📋 copy color: '#9DD972'

red 157 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #9DD972

Tints of Feijoa #9DD972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 32.17%
G = 44.47%
B = 23.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#9DD972 (or 0x9DD972) is known color: Feijoa. HEX triplet: 9D, D9 and 72. RGB value is (157,217,114). Sum of RGB (Red+Green+Blue) = 157+217+114=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD972 is #62268D. Grayscale: #BBBBBB. Windows color (decimal): -6432398 or 7526813. OLE color: 7526813.

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

Color convert

RGB 157 217 114 -
CMYK 0.28 0 0.47 0.15
HSL 94.95º 0.58% 0.65% -
HSV(B) 94.95º 0.47% 0.85% -
XYZ 41.75 58.01 24.92 -
YUV 187.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 157 217 114 0.28 0 0.47 0.15 94.95 0.58 0.65
Hex 9D D9 72 1C 0 2F F 5F 3A 41
Octal 235 331 162 34 0 57 17 137 72 101
Binary 10011101 11011001 1110010 11100 0 101111 1111 1011111 111010 1000001

Color Harmonies of #9DD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD972

Black with #9DD972

Text Example


Text Example

White with #9DD972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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