Html Css Color HEX #9BE870 Feijoa

📋 copy color: '#9BE870'

red 155 ◦ green 232 ◦ blue 112

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

Shades of Feijoa #9BE870

Tints of Feijoa #9BE870

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.49%

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

R = 31.06%
G = 46.49%
B = 22.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#9BE870 (or 0x9BE870) is known color: Feijoa. HEX triplet: 9B, E8 and 70. RGB value is (155,232,112). Sum of RGB (Red+Green+Blue) = 155+232+112=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE870 is #64178F. Grayscale: #C3C3C3. Windows color (decimal): -6559632 or 7399579. OLE color: 7399579.

HSL color Cylindrical-coordinate representation of color #9BE870: hue angle of 98.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BE870 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 232 112 -
CMYK 0.33 0 0.52 0.09
HSL 98.5º 0.72% 0.67% -
HSV(B) 98.5º 0.52% 0.91% -
XYZ 45.3 65.85 25.65 -
YUV 195.3 80.99 99.26 -
System Red Green Blue C M Y K H S L
Decimal 155 232 112 0.33 0 0.52 0.09 98.5 0.72 0.67
Hex 9B E8 70 21 0 34 9 62 48 43
Octal 233 350 160 41 0 64 11 142 110 103
Binary 10011011 11101000 1110000 100001 0 110100 1001 1100010 1001000 1000011

Color Harmonies of #9BE870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE870

Black with #9BE870

Text Example


Text Example

White with #9BE870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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