Html Css Color HEX #9BE968 Feijoa

📋 copy color: '#9BE968'

red 155 ◦ green 233 ◦ blue 104

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

Shades of Feijoa #9BE968

Tints of Feijoa #9BE968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.36%

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 31.5%
G = 47.36%
B = 21.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#9BE968 (or 0x9BE968) is known color: Feijoa. HEX triplet: 9B, E9 and 68. RGB value is (155,233,104). Sum of RGB (Red+Green+Blue) = 155+233+104=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE968 is #641697. Grayscale: #C3C3C3. Windows color (decimal): -6559384 or 6875547. OLE color: 6875547.

HSL color Cylindrical-coordinate representation of color #9BE968: hue angle of 96.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BE968 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 104 -
CMYK 0.33 0 0.55 0.09
HSL 96.28º 0.75% 0.66% -
HSV(B) 96.28º 0.55% 0.91% -
XYZ 45.16 66.25 23.5 -
YUV 194.97 76.66 99.49 -
System Red Green Blue C M Y K H S L
Decimal 155 233 104 0.33 0 0.55 0.09 96.28 0.75 0.66
Hex 9B E9 68 21 0 37 9 60 4B 42
Octal 233 351 150 41 0 67 11 140 113 102
Binary 10011011 11101001 1101000 100001 0 110111 1001 1100000 1001011 1000010

Color Harmonies of #9BE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE968

Black with #9BE968

Text Example


Text Example

White with #9BE968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,233,104); }

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

background-color css

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

 a { background-color: rgb(155,233,104); }

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

border-color css

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

 span { border-color: rgb(155,233,104); }

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