Html Css Color HEX #9DD86F Feijoa

📋 copy color: '#9DD86F'

red 157 ◦ green 216 ◦ blue 111

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

Shades of Feijoa #9DD86F

Tints of Feijoa #9DD86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

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

R = 32.44%
G = 44.63%
B = 22.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#9DD86F (or 0x9DD86F) is known color: Feijoa. HEX triplet: 9D, D8 and 6F. RGB value is (157,216,111). Sum of RGB (Red+Green+Blue) = 157+216+111=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD86F is #622790. Grayscale: #BABABA. Windows color (decimal): -6432657 or 7329949. OLE color: 7329949.

HSL color Cylindrical-coordinate representation of color #9DD86F: hue angle of 93.71º degrees, saturation: 0.57, 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 #9DD86F is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 111 -
CMYK 0.27 0 0.49 0.15
HSL 93.71º 0.57% 0.64% -
HSV(B) 93.71º 0.49% 0.85% -
XYZ 41.33 57.43 23.95 -
YUV 186.39 85.45 107.04 -
System Red Green Blue C M Y K H S L
Decimal 157 216 111 0.27 0 0.49 0.15 93.71 0.57 0.64
Hex 9D D8 6F 1B 0 31 F 5E 39 40
Octal 235 330 157 33 0 61 17 136 71 100
Binary 10011101 11011000 1101111 11011 0 110001 1111 1011110 111001 1000000

Color Harmonies of #9DD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD86F

Black with #9DD86F

Text Example


Text Example

White with #9DD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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