Html Css Color HEX #9CD86D Feijoa

📋 copy color: '#9CD86D'

red 156 ◦ green 216 ◦ blue 109

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

Shades of Feijoa #9CD86D

Tints of Feijoa #9CD86D

RGB

 RED value IS 156 (61.33% from 255) = 32.43%

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 32.43%
G = 44.91%
B = 22.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#9CD86D (or 0x9CD86D) is known color: Feijoa. HEX triplet: 9C, D8 and 6D. RGB value is (156,216,109). Sum of RGB (Red+Green+Blue) = 156+216+109=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD86D is #632792. Grayscale: #BABABA. Windows color (decimal): -6498195 or 7198876. OLE color: 7198876.

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

Color convert

RGB 156 216 109 -
CMYK 0.28 0 0.50 0.15
HSL 93.64º 0.58% 0.64% -
HSV(B) 93.64º 0.5% 0.85% -
XYZ 41.03 57.28 23.36 -
YUV 185.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 156 216 109 0.28 0 0.50 0.15 93.64 0.58 0.64
Hex 9C D8 6D 1C 0 32 F 5E 3A 40
Octal 234 330 155 34 0 62 17 136 72 100
Binary 10011100 11011000 1101101 11100 0 110010 1111 1011110 111010 1000000

Color Harmonies of #9CD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD86D

Black with #9CD86D

Text Example


Text Example

White with #9CD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,216,109); }

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

background-color css

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

 a { background-color: rgb(156,216,109); }

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

border-color css

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

 span { border-color: rgb(156,216,109); }

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