Html Css Color HEX #9BFB6E Feijoa

📋 copy color: '#9BFB6E'

red 155 ◦ green 251 ◦ blue 110

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

Shades of Feijoa #9BFB6E

Tints of Feijoa #9BFB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.64%

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

R = 30.04%
G = 48.64%
B = 21.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#9BFB6E (or 0x9BFB6E) is known color: Feijoa. HEX triplet: 9B, FB and 6E. RGB value is (155,251,110). Sum of RGB (Red+Green+Blue) = 155+251+110=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB6E is #640491. Grayscale: #CECECE. Windows color (decimal): -6554770 or 7273371. OLE color: 7273371.

HSL color Cylindrical-coordinate representation of color #9BFB6E: hue angle of 100.85º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BFB6E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 251 110 -
CMYK 0.38 0 0.56 0.02
HSL 100.85º 0.95% 0.71% -
HSV(B) 100.85º 0.56% 0.98% -
XYZ 50.83 77.09 26.95 -
YUV 206.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 155 251 110 0.38 0 0.56 0.02 100.85 0.95 0.71
Hex 9B FB 6E 26 0 38 2 65 5F 47
Octal 233 373 156 46 0 70 2 145 137 107
Binary 10011011 11111011 1101110 100110 0 111000 10 1100101 1011111 1000111

Color Harmonies of #9BFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFB6E

Black with #9BFB6E

Text Example


Text Example

White with #9BFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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