Html Css Color HEX #B0ED90 Feijoa

📋 copy color: '#B0ED90'

red 176 ◦ green 237 ◦ blue 144

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

Shades of Feijoa #B0ED90

Tints of Feijoa #B0ED90

RGB

 RED value IS 176 (69.14% from 255) = 31.6%

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

 BLUE value IS 144 (56.64% from 255) = 25.85%

R = 31.6%
G = 42.55%
B = 25.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#B0ED90 (or 0xB0ED90) is known color: Feijoa. HEX triplet: B0, ED and 90. RGB value is (176,237,144). Sum of RGB (Red+Green+Blue) = 176+237+144=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED90 is #4F126F. Grayscale: #D0D0D0. Windows color (decimal): -5182064 or 9498032. OLE color: 9498032.

HSL color Cylindrical-coordinate representation of color #B0ED90: hue angle of 99.35º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0ED90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 144 -
CMYK 0.26 0 0.39 0.07
HSL 99.35º 0.72% 0.75% -
HSV(B) 99.35º 0.39% 0.93% -
XYZ 53.22 71.81 37.44 -
YUV 208.16 91.79 105.06 -
System Red Green Blue C M Y K H S L
Decimal 176 237 144 0.26 0 0.39 0.07 99.35 0.72 0.75
Hex B0 ED 90 1A 0 27 7 63 48 4B
Octal 260 355 220 32 0 47 7 143 110 113
Binary 10110000 11101101 10010000 11010 0 100111 111 1100011 1001000 1001011

Color Harmonies of #B0ED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED90

Black with #B0ED90

Text Example


Text Example

White with #B0ED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED90; }

 p { color: rgb(176,237,144); }

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

background-color css

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

 a { background-color: rgb(176,237,144); }

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

border-color css

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

 span { border-color: rgb(176,237,144); }

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