Html Css Color HEX #9BED6F Feijoa

📋 copy color: '#9BED6F'

red 155 ◦ green 237 ◦ blue 111

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

Shades of Feijoa #9BED6F

Tints of Feijoa #9BED6F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.12%

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 30.82%
G = 47.12%
B = 22.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#9BED6F (or 0x9BED6F) is known color: Feijoa. HEX triplet: 9B, ED and 6F. RGB value is (155,237,111). Sum of RGB (Red+Green+Blue) = 155+237+111=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED6F is #641290. Grayscale: #C6C6C6. Windows color (decimal): -6558353 or 7335323. OLE color: 7335323.

HSL color Cylindrical-coordinate representation of color #9BED6F: hue angle of 99.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BED6F is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 111 -
CMYK 0.35 0 0.53 0.07
HSL 99.05º 0.78% 0.68% -
HSV(B) 99.05º 0.53% 0.93% -
XYZ 46.67 68.68 25.84 -
YUV 198.12 78.83 97.25 -
System Red Green Blue C M Y K H S L
Decimal 155 237 111 0.35 0 0.53 0.07 99.05 0.78 0.68
Hex 9B ED 6F 23 0 35 7 63 4E 44
Octal 233 355 157 43 0 65 7 143 116 104
Binary 10011011 11101101 1101111 100011 0 110101 111 1100011 1001110 1000100

Color Harmonies of #9BED6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED6F

Black with #9BED6F

Text Example


Text Example

White with #9BED6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,111); }

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

background-color css

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

 a { background-color: rgb(155,237,111); }

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

border-color css

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

 span { border-color: rgb(155,237,111); }

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