Html Css Color HEX #9BF468 Feijoa

📋 copy color: '#9BF468'

red 155 ◦ green 244 ◦ blue 104

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

Shades of Feijoa #9BF468

Tints of Feijoa #9BF468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.51%

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

R = 30.82%
G = 48.51%
B = 20.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#9BF468 (or 0x9BF468) is known color: Feijoa. HEX triplet: 9B, F4 and 68. RGB value is (155,244,104). Sum of RGB (Red+Green+Blue) = 155+244+104=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF468 is #640B97. Grayscale: #C9C9C9. Windows color (decimal): -6556568 or 6878363. OLE color: 6878363.

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

Color convert

RGB 155 244 104 -
CMYK 0.36 0 0.57 0.04
HSL 98.14º 0.86% 0.68% -
HSV(B) 98.14º 0.57% 0.96% -
XYZ 48.37 72.67 24.57 -
YUV 201.43 73.01 94.88 -
System Red Green Blue C M Y K H S L
Decimal 155 244 104 0.36 0 0.57 0.04 98.14 0.86 0.68
Hex 9B F4 68 24 0 39 4 62 56 44
Octal 233 364 150 44 0 71 4 142 126 104
Binary 10011011 11110100 1101000 100100 0 111001 100 1100010 1010110 1000100

Color Harmonies of #9BF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF468

Black with #9BF468

Text Example


Text Example

White with #9BF468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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