Html Css Color HEX #9BF267 Feijoa

📋 copy color: '#9BF267'

red 155 ◦ green 242 ◦ blue 103

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

Shades of Feijoa #9BF267

Tints of Feijoa #9BF267

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.4%

 BLUE value IS 103 (40.63% from 255) = 20.6%

R = 31%
G = 48.4%
B = 20.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#9BF267 (or 0x9BF267) is known color: Feijoa. HEX triplet: 9B, F2 and 67. RGB value is (155,242,103). Sum of RGB (Red+Green+Blue) = 155+242+103=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF267 is #640D98. Grayscale: #C8C8C8. Windows color (decimal): -6557081 or 6812315. OLE color: 6812315.

HSL color Cylindrical-coordinate representation of color #9BF267: hue angle of 97.55º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BF267 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 103 -
CMYK 0.36 0 0.57 0.05
HSL 97.55º 0.84% 0.68% -
HSV(B) 97.55º 0.57% 0.95% -
XYZ 47.72 71.45 24.11 -
YUV 200.14 73.18 95.8 -
System Red Green Blue C M Y K H S L
Decimal 155 242 103 0.36 0 0.57 0.05 97.55 0.84 0.68
Hex 9B F2 67 24 0 39 5 62 54 44
Octal 233 362 147 44 0 71 5 142 124 104
Binary 10011011 11110010 1100111 100100 0 111001 101 1100010 1010100 1000100

Color Harmonies of #9BF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF267

Black with #9BF267

Text Example


Text Example

White with #9BF267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,103); }

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

background-color css

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

 a { background-color: rgb(155,242,103); }

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

border-color css

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

 span { border-color: rgb(155,242,103); }

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