Html Css Color HEX #9BDC6D Feijoa

📋 copy color: '#9BDC6D'

red 155 ◦ green 220 ◦ blue 109

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

Shades of Feijoa #9BDC6D

Tints of Feijoa #9BDC6D

RGB

 RED value IS 155 (60.94% from 255) = 32.02%

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 32.02%
G = 45.45%
B = 22.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#9BDC6D (or 0x9BDC6D) is known color: Feijoa. HEX triplet: 9B, DC and 6D. RGB value is (155,220,109). Sum of RGB (Red+Green+Blue) = 155+220+109=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC6D is #642392. Grayscale: #BCBCBC. Windows color (decimal): -6562707 or 7199899. OLE color: 7199899.

HSL color Cylindrical-coordinate representation of color #9BDC6D: hue angle of 95.14º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BDC6D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 109 -
CMYK 0.30 0 0.50 0.14
HSL 95.14º 0.61% 0.65% -
HSV(B) 95.14º 0.5% 0.86% -
XYZ 41.87 59.26 23.7 -
YUV 187.91 83.47 104.53 -
System Red Green Blue C M Y K H S L
Decimal 155 220 109 0.30 0 0.50 0.14 95.14 0.61 0.65
Hex 9B DC 6D 1E 0 32 E 5F 3D 41
Octal 233 334 155 36 0 62 16 137 75 101
Binary 10011011 11011100 1101101 11110 0 110010 1110 1011111 111101 1000001

Color Harmonies of #9BDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC6D

Black with #9BDC6D

Text Example


Text Example

White with #9BDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,109); }

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

background-color css

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

 a { background-color: rgb(155,220,109); }

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

border-color css

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

 span { border-color: rgb(155,220,109); }

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