Html Css Color HEX #9DD76F Feijoa

📋 copy color: '#9DD76F'

red 157 ◦ green 215 ◦ blue 111

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

Shades of Feijoa #9DD76F

Tints of Feijoa #9DD76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 32.51%
G = 44.51%
B = 22.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#9DD76F (or 0x9DD76F) is known color: Feijoa. HEX triplet: 9D, D7 and 6F. RGB value is (157,215,111). Sum of RGB (Red+Green+Blue) = 157+215+111=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD76F is #622890. Grayscale: #BABABA. Windows color (decimal): -6432913 or 7329693. OLE color: 7329693.

HSL color Cylindrical-coordinate representation of color #9DD76F: hue angle of 93.46º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DD76F is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 215 111 -
CMYK 0.27 0 0.48 0.16
HSL 93.46º 0.57% 0.64% -
HSV(B) 93.46º 0.48% 0.84% -
XYZ 41.07 56.92 23.86 -
YUV 185.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 157 215 111 0.27 0 0.48 0.16 93.46 0.57 0.64
Hex 9D D7 6F 1B 0 30 10 5D 39 40
Octal 235 327 157 33 0 60 20 135 71 100
Binary 10011101 11010111 1101111 11011 0 110000 10000 1011101 111001 1000000

Color Harmonies of #9DD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD76F

Black with #9DD76F

Text Example


Text Example

White with #9DD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,215,111); }

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

background-color css

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

 a { background-color: rgb(157,215,111); }

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

border-color css

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

 span { border-color: rgb(157,215,111); }

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