Html Css Color HEX #9DD86A Feijoa

📋 copy color: '#9DD86A'

red 157 ◦ green 216 ◦ blue 106

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

Shades of Feijoa #9DD86A

Tints of Feijoa #9DD86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 32.78%
G = 45.09%
B = 22.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#9DD86A (or 0x9DD86A) is known color: Feijoa. HEX triplet: 9D, D8 and 6A. RGB value is (157,216,106). Sum of RGB (Red+Green+Blue) = 157+216+106=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD86A is #622795. Grayscale: #BABABA. Windows color (decimal): -6432662 or 7002269. OLE color: 7002269.

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

Color convert

RGB 157 216 106 -
CMYK 0.27 0 0.51 0.15
HSL 92.18º 0.59% 0.63% -
HSV(B) 92.18º 0.51% 0.85% -
XYZ 41.06 57.32 22.54 -
YUV 185.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 157 216 106 0.27 0 0.51 0.15 92.18 0.59 0.63
Hex 9D D8 6A 1B 0 33 F 5C 3B 3F
Octal 235 330 152 33 0 63 17 134 73 77
Binary 10011101 11011000 1101010 11011 0 110011 1111 1011100 111011 111111

Color Harmonies of #9DD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD86A

Black with #9DD86A

Text Example


Text Example

White with #9DD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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