Html Css Color HEX #9BF866 Feijoa

📋 copy color: '#9BF866'

red 155 ◦ green 248 ◦ blue 102

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

Shades of Feijoa #9BF866

Tints of Feijoa #9BF866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.11%

 BLUE value IS 102 (40.23% from 255) = 20.2%

R = 30.69%
G = 49.11%
B = 20.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#9BF866 (or 0x9BF866) is known color: Feijoa. HEX triplet: 9B, F8 and 66. RGB value is (155,248,102). Sum of RGB (Red+Green+Blue) = 155+248+102=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF866 is #640799. Grayscale: #CCCCCC. Windows color (decimal): -6555546 or 6748315. OLE color: 6748315.

HSL color Cylindrical-coordinate representation of color #9BF866: hue angle of 98.22º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BF866 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 248 102 -
CMYK 0.38 0 0.59 0.03
HSL 98.22º 0.91% 0.69% -
HSV(B) 98.22º 0.59% 0.97% -
XYZ 49.48 75.06 24.45 -
YUV 203.55 70.69 93.37 -
System Red Green Blue C M Y K H S L
Decimal 155 248 102 0.38 0 0.59 0.03 98.22 0.91 0.69
Hex 9B F8 66 26 0 3B 3 62 5B 45
Octal 233 370 146 46 0 73 3 142 133 105
Binary 10011011 11111000 1100110 100110 0 111011 11 1100010 1011011 1000101

Color Harmonies of #9BF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF866

Black with #9BF866

Text Example


Text Example

White with #9BF866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,248,102); }

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

background-color css

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

 a { background-color: rgb(155,248,102); }

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

border-color css

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

 span { border-color: rgb(155,248,102); }

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