Html Css Color HEX #B0F18C Feijoa

📋 copy color: '#B0F18C'

red 176 ◦ green 241 ◦ blue 140

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

Shades of Feijoa #B0F18C

Tints of Feijoa #B0F18C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 31.6%
G = 43.27%
B = 25.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#B0F18C (or 0xB0F18C) is known color: Feijoa. HEX triplet: B0, F1 and 8C. RGB value is (176,241,140). Sum of RGB (Red+Green+Blue) = 176+241+140=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F18C is #4F0E73. Grayscale: #D2D2D2. Windows color (decimal): -5181044 or 9236912. OLE color: 9236912.

HSL color Cylindrical-coordinate representation of color #B0F18C: hue angle of 98.61º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0F18C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 140 -
CMYK 0.27 0 0.42 0.05
HSL 98.61º 0.78% 0.75% -
HSV(B) 98.61º 0.42% 0.95% -
XYZ 54.09 74.03 36.25 -
YUV 210.05 88.47 103.71 -
System Red Green Blue C M Y K H S L
Decimal 176 241 140 0.27 0 0.42 0.05 98.61 0.78 0.75
Hex B0 F1 8C 1B 0 2A 5 63 4E 4B
Octal 260 361 214 33 0 52 5 143 116 113
Binary 10110000 11110001 10001100 11011 0 101010 101 1100011 1001110 1001011

Color Harmonies of #B0F18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F18C

Black with #B0F18C

Text Example


Text Example

White with #B0F18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F18C; }

 p { color: rgb(176,241,140); }

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

background-color css

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

 a { background-color: rgb(176,241,140); }

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

border-color css

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

 span { border-color: rgb(176,241,140); }

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