Html Css Color HEX #9BDE6B Feijoa

📋 copy color: '#9BDE6B'

red 155 ◦ green 222 ◦ blue 107

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

Shades of Feijoa #9BDE6B

Tints of Feijoa #9BDE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

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

R = 32.02%
G = 45.87%
B = 22.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#9BDE6B (or 0x9BDE6B) is known color: Feijoa. HEX triplet: 9B, DE and 6B. RGB value is (155,222,107). Sum of RGB (Red+Green+Blue) = 155+222+107=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE6B is #642194. Grayscale: #BDBDBD. Windows color (decimal): -6562197 or 7069339. OLE color: 7069339.

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

Color convert

RGB 155 222 107 -
CMYK 0.30 0 0.52 0.13
HSL 94.96º 0.64% 0.65% -
HSV(B) 94.96º 0.52% 0.87% -
XYZ 42.29 60.27 23.31 -
YUV 188.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 155 222 107 0.30 0 0.52 0.13 94.96 0.64 0.65
Hex 9B DE 6B 1E 0 34 D 5F 40 41
Octal 233 336 153 36 0 64 15 137 100 101
Binary 10011011 11011110 1101011 11110 0 110100 1101 1011111 1000000 1000001

Color Harmonies of #9BDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE6B

Black with #9BDE6B

Text Example


Text Example

White with #9BDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,107); }

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

background-color css

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

 a { background-color: rgb(155,222,107); }

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

border-color css

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

 span { border-color: rgb(155,222,107); }

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