Html Css Color HEX #9BEB70 Feijoa

📋 copy color: '#9BEB70'

red 155 ◦ green 235 ◦ blue 112

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

Shades of Feijoa #9BEB70

Tints of Feijoa #9BEB70

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.81%

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

R = 30.88%
G = 46.81%
B = 22.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#9BEB70 (or 0x9BEB70) is known color: Feijoa. HEX triplet: 9B, EB and 70. RGB value is (155,235,112). Sum of RGB (Red+Green+Blue) = 155+235+112=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEB70 is #64148F. Grayscale: #C5C5C5. Windows color (decimal): -6558864 or 7400347. OLE color: 7400347.

HSL color Cylindrical-coordinate representation of color #9BEB70: hue angle of 99.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BEB70 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 112 -
CMYK 0.34 0 0.52 0.08
HSL 99.02º 0.75% 0.68% -
HSV(B) 99.02º 0.52% 0.92% -
XYZ 46.15 67.56 25.94 -
YUV 197.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 155 235 112 0.34 0 0.52 0.08 99.02 0.75 0.68
Hex 9B EB 70 22 0 34 8 63 4B 44
Octal 233 353 160 42 0 64 10 143 113 104
Binary 10011011 11101011 1110000 100010 0 110100 1000 1100011 1001011 1000100

Color Harmonies of #9BEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEB70

Black with #9BEB70

Text Example


Text Example

White with #9BEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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