Html Css Color HEX #9BE370 Feijoa

📋 copy color: '#9BE370'

red 155 ◦ green 227 ◦ blue 112

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

Shades of Feijoa #9BE370

Tints of Feijoa #9BE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 31.38%
G = 45.95%
B = 22.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#9BE370 (or 0x9BE370) is known color: Feijoa. HEX triplet: 9B, E3 and 70. RGB value is (155,227,112). Sum of RGB (Red+Green+Blue) = 155+227+112=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE370 is #641C8F. Grayscale: #C0C0C0. Windows color (decimal): -6560912 or 7398299. OLE color: 7398299.

HSL color Cylindrical-coordinate representation of color #9BE370: hue angle of 97.57º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BE370 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 227 112 -
CMYK 0.32 0 0.51 0.11
HSL 97.57º 0.67% 0.66% -
HSV(B) 97.57º 0.51% 0.89% -
XYZ 43.91 63.08 25.19 -
YUV 192.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 155 227 112 0.32 0 0.51 0.11 97.57 0.67 0.66
Hex 9B E3 70 20 0 33 B 62 43 42
Octal 233 343 160 40 0 63 13 142 103 102
Binary 10011011 11100011 1110000 100000 0 110011 1011 1100010 1000011 1000010

Color Harmonies of #9BE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE370

Black with #9BE370

Text Example


Text Example

White with #9BE370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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