Html Css Color HEX #9BDA6C Feijoa

📋 copy color: '#9BDA6C'

red 155 ◦ green 218 ◦ blue 108

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

Shades of Feijoa #9BDA6C

Tints of Feijoa #9BDA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 32.22%
G = 45.32%
B = 22.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#9BDA6C (or 0x9BDA6C) is known color: Feijoa. HEX triplet: 9B, DA and 6C. RGB value is (155,218,108). Sum of RGB (Red+Green+Blue) = 155+218+108=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA6C is #642593. Grayscale: #BBBBBB. Windows color (decimal): -6563220 or 7133851. OLE color: 7133851.

HSL color Cylindrical-coordinate representation of color #9BDA6C: hue angle of 94.36º degrees, saturation: 0.6, 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 #9BDA6C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 218 108 -
CMYK 0.29 0 0.50 0.15
HSL 94.36º 0.6% 0.64% -
HSV(B) 94.36º 0.5% 0.85% -
XYZ 41.3 58.19 23.24 -
YUV 186.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 155 218 108 0.29 0 0.50 0.15 94.36 0.6 0.64
Hex 9B DA 6C 1D 0 32 F 5E 3C 40
Octal 233 332 154 35 0 62 17 136 74 100
Binary 10011011 11011010 1101100 11101 0 110010 1111 1011110 111100 1000000

Color Harmonies of #9BDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDA6C

Black with #9BDA6C

Text Example


Text Example

White with #9BDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,108); }

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

background-color css

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

 a { background-color: rgb(155,218,108); }

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

border-color css

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

 span { border-color: rgb(155,218,108); }

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