Html Css Color HEX #9BFD70 Feijoa

📋 copy color: '#9BFD70'

red 155 ◦ green 253 ◦ blue 112

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

Shades of Feijoa #9BFD70

Tints of Feijoa #9BFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.65%

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 29.81%
G = 48.65%
B = 21.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#9BFD70 (or 0x9BFD70) is known color: Feijoa. HEX triplet: 9B, FD and 70. RGB value is (155,253,112). Sum of RGB (Red+Green+Blue) = 155+253+112=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD70 is #64028F. Grayscale: #D0D0D0. Windows color (decimal): -6554256 or 7404955. OLE color: 7404955.

HSL color Cylindrical-coordinate representation of color #9BFD70: hue angle of 101.7º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BFD70 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 253 112 -
CMYK 0.39 0 0.56 0.01
HSL 101.7º 0.97% 0.72% -
HSV(B) 101.7º 0.56% 0.99% -
XYZ 51.57 78.39 27.74 -
YUV 207.62 74.03 90.46 -
System Red Green Blue C M Y K H S L
Decimal 155 253 112 0.39 0 0.56 0.01 101.7 0.97 0.72
Hex 9B FD 70 27 0 38 1 66 61 48
Octal 233 375 160 47 0 70 1 146 141 110
Binary 10011011 11111101 1110000 100111 0 111000 1 1100110 1100001 1001000

Color Harmonies of #9BFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD70

Black with #9BFD70

Text Example


Text Example

White with #9BFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,253,112); }

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

background-color css

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

 a { background-color: rgb(155,253,112); }

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

border-color css

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

 span { border-color: rgb(155,253,112); }

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