Html Css Color HEX #9DD86B Feijoa

📋 copy color: '#9DD86B'

red 157 ◦ green 216 ◦ blue 107

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

Shades of Feijoa #9DD86B

Tints of Feijoa #9DD86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 32.71%
G = 45%
B = 22.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#9DD86B (or 0x9DD86B) is known color: Feijoa. HEX triplet: 9D, D8 and 6B. RGB value is (157,216,107). Sum of RGB (Red+Green+Blue) = 157+216+107=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD86B is #622794. Grayscale: #BABABA. Windows color (decimal): -6432661 or 7067805. OLE color: 7067805.

HSL color Cylindrical-coordinate representation of color #9DD86B: hue angle of 92.48º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD86B is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 107 -
CMYK 0.27 0 0.50 0.15
HSL 92.48º 0.58% 0.63% -
HSV(B) 92.48º 0.5% 0.85% -
XYZ 41.11 57.34 22.81 -
YUV 185.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 157 216 107 0.27 0 0.50 0.15 92.48 0.58 0.63
Hex 9D D8 6B 1B 0 32 F 5C 3A 3F
Octal 235 330 153 33 0 62 17 134 72 77
Binary 10011101 11011000 1101011 11011 0 110010 1111 1011100 111010 111111

Color Harmonies of #9DD86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD86B

Black with #9DD86B

Text Example


Text Example

White with #9DD86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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