Html Css Color HEX #9BF378 Feijoa

📋 copy color: '#9BF378'

red 155 ◦ green 243 ◦ blue 120

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

Shades of Feijoa #9BF378

Tints of Feijoa #9BF378

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 29.92%
G = 46.91%
B = 23.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#9BF378 (or 0x9BF378) is known color: Feijoa. HEX triplet: 9B, F3 and 78. RGB value is (155,243,120). Sum of RGB (Red+Green+Blue) = 155+243+120=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF378 is #640C87. Grayscale: #CBCBCB. Windows color (decimal): -6556808 or 7926683. OLE color: 7926683.

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

Color convert

RGB 155 243 120 -
CMYK 0.36 0 0.51 0.05
HSL 102.93º 0.84% 0.71% -
HSV(B) 102.93º 0.51% 0.95% -
XYZ 48.96 72.43 29.17 -
YUV 202.67 81.35 94 -
System Red Green Blue C M Y K H S L
Decimal 155 243 120 0.36 0 0.51 0.05 102.93 0.84 0.71
Hex 9B F3 78 24 0 33 5 67 54 47
Octal 233 363 170 44 0 63 5 147 124 107
Binary 10011011 11110011 1111000 100100 0 110011 101 1100111 1010100 1000111

Color Harmonies of #9BF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF378

Black with #9BF378

Text Example


Text Example

White with #9BF378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,243,120); }

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

background-color css

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

 a { background-color: rgb(155,243,120); }

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

border-color css

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

 span { border-color: rgb(155,243,120); }

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