Html Css Color HEX #9BED6E Feijoa

📋 copy color: '#9BED6E'

red 155 ◦ green 237 ◦ blue 110

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

Shades of Feijoa #9BED6E

Tints of Feijoa #9BED6E

RGB

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

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

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

R = 30.88%
G = 47.21%
B = 21.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#9BED6E (or 0x9BED6E) is known color: Feijoa. HEX triplet: 9B, ED and 6E. RGB value is (155,237,110). Sum of RGB (Red+Green+Blue) = 155+237+110=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED6E is #641291. Grayscale: #C6C6C6. Windows color (decimal): -6558354 or 7269787. OLE color: 7269787.

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

Color convert

RGB 155 237 110 -
CMYK 0.35 0 0.54 0.07
HSL 98.74º 0.78% 0.68% -
HSV(B) 98.74º 0.54% 0.93% -
XYZ 46.62 68.66 25.55 -
YUV 198 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 155 237 110 0.35 0 0.54 0.07 98.74 0.78 0.68
Hex 9B ED 6E 23 0 36 7 63 4E 44
Octal 233 355 156 43 0 66 7 143 116 104
Binary 10011011 11101101 1101110 100011 0 110110 111 1100011 1001110 1000100

Color Harmonies of #9BED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED6E

Black with #9BED6E

Text Example


Text Example

White with #9BED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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