Html Css Color HEX #9BDD6E Feijoa

📋 copy color: '#9BDD6E'

red 155 ◦ green 221 ◦ blue 110

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

Shades of Feijoa #9BDD6E

Tints of Feijoa #9BDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 31.89%
G = 45.47%
B = 22.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#9BDD6E (or 0x9BDD6E) is known color: Feijoa. HEX triplet: 9B, DD and 6E. RGB value is (155,221,110). Sum of RGB (Red+Green+Blue) = 155+221+110=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD6E is #642291. Grayscale: #BCBCBC. Windows color (decimal): -6562450 or 7265691. OLE color: 7265691.

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

Color convert

RGB 155 221 110 -
CMYK 0.30 0 0.50 0.13
HSL 95.68º 0.62% 0.65% -
HSV(B) 95.68º 0.5% 0.87% -
XYZ 42.19 59.81 24.07 -
YUV 188.61 83.63 104.03 -
System Red Green Blue C M Y K H S L
Decimal 155 221 110 0.30 0 0.50 0.13 95.68 0.62 0.65
Hex 9B DD 6E 1E 0 32 D 60 3E 41
Octal 233 335 156 36 0 62 15 140 76 101
Binary 10011011 11011101 1101110 11110 0 110010 1101 1100000 111110 1000001

Color Harmonies of #9BDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD6E

Black with #9BDD6E

Text Example


Text Example

White with #9BDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,110); }

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

background-color css

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

 a { background-color: rgb(155,221,110); }

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

border-color css

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

 span { border-color: rgb(155,221,110); }

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