Html Css Color HEX #9BE070 Feijoa

📋 copy color: '#9BE070'

red 155 ◦ green 224 ◦ blue 112

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

Shades of Feijoa #9BE070

Tints of Feijoa #9BE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

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

R = 31.57%
G = 45.62%
B = 22.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#9BE070 (or 0x9BE070) is known color: Feijoa. HEX triplet: 9B, E0 and 70. RGB value is (155,224,112). Sum of RGB (Red+Green+Blue) = 155+224+112=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE070 is #641F8F. Grayscale: #BEBEBE. Windows color (decimal): -6561680 or 7397531. OLE color: 7397531.

HSL color Cylindrical-coordinate representation of color #9BE070: hue angle of 96.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BE070 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 112 -
CMYK 0.31 0 0.50 0.12
HSL 96.96º 0.64% 0.66% -
HSV(B) 96.96º 0.5% 0.88% -
XYZ 43.1 61.45 24.92 -
YUV 190.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 155 224 112 0.31 0 0.50 0.12 96.96 0.64 0.66
Hex 9B E0 70 1F 0 32 C 61 40 42
Octal 233 340 160 37 0 62 14 141 100 102
Binary 10011011 11100000 1110000 11111 0 110010 1100 1100001 1000000 1000010

Color Harmonies of #9BE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE070

Black with #9BE070

Text Example


Text Example

White with #9BE070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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