Html Css Color HEX #9BF174 Feijoa

📋 copy color: '#9BF174'

red 155 ◦ green 241 ◦ blue 116

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

Shades of Feijoa #9BF174

Tints of Feijoa #9BF174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 30.27%
G = 47.07%
B = 22.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#9BF174 (or 0x9BF174) is known color: Feijoa. HEX triplet: 9B, F1 and 74. RGB value is (155,241,116). Sum of RGB (Red+Green+Blue) = 155+241+116=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF174 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF174 is #640E8B. Grayscale: #C9C9C9. Windows color (decimal): -6557324 or 7664027. OLE color: 7664027.

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

Color convert

RGB 155 241 116 -
CMYK 0.36 0 0.52 0.05
HSL 101.28º 0.82% 0.7% -
HSV(B) 101.28º 0.52% 0.95% -
XYZ 48.13 71.14 27.72 -
YUV 201.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 155 241 116 0.36 0 0.52 0.05 101.28 0.82 0.7
Hex 9B F1 74 24 0 34 5 65 52 46
Octal 233 361 164 44 0 64 5 145 122 106
Binary 10011011 11110001 1110100 100100 0 110100 101 1100101 1010010 1000110

Color Harmonies of #9BF174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF174

Black with #9BF174

Text Example


Text Example

White with #9BF174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,241,116); }

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

background-color css

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

 a { background-color: rgb(155,241,116); }

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

border-color css

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

 span { border-color: rgb(155,241,116); }

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