Html Css Color HEX #9BD668 Feijoa

📋 copy color: '#9BD668'

red 155 ◦ green 214 ◦ blue 104

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

Shades of Feijoa #9BD668

Tints of Feijoa #9BD668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 32.77%
G = 45.24%
B = 21.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#9BD668 (or 0x9BD668) is known color: Feijoa. HEX triplet: 9B, D6 and 68. RGB value is (155,214,104). Sum of RGB (Red+Green+Blue) = 155+214+104=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD668 is #642997. Grayscale: #B8B8B8. Windows color (decimal): -6564248 or 6870683. OLE color: 6870683.

HSL color Cylindrical-coordinate representation of color #9BD668: hue angle of 92.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BD668 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 104 -
CMYK 0.28 0 0.51 0.16
HSL 92.18º 0.57% 0.62% -
HSV(B) 92.18º 0.51% 0.84% -
XYZ 40.06 56.06 21.81 -
YUV 183.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 155 214 104 0.28 0 0.51 0.16 92.18 0.57 0.62
Hex 9B D6 68 1C 0 33 10 5C 39 3E
Octal 233 326 150 34 0 63 20 134 71 76
Binary 10011011 11010110 1101000 11100 0 110011 10000 1011100 111001 111110

Color Harmonies of #9BD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD668

Black with #9BD668

Text Example


Text Example

White with #9BD668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,214,104); }

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

background-color css

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

 a { background-color: rgb(155,214,104); }

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

border-color css

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

 span { border-color: rgb(155,214,104); }

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