Html Css Color HEX #9FEB70 Feijoa

📋 copy color: '#9FEB70'

red 159 ◦ green 235 ◦ blue 112

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

Shades of Feijoa #9FEB70

Tints of Feijoa #9FEB70

RGB

 RED value IS 159 (62.5% from 255) = 31.42%

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

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

R = 31.42%
G = 46.44%
B = 22.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#9FEB70 (or 0x9FEB70) is known color: Feijoa. HEX triplet: 9F, EB and 70. RGB value is (159,235,112). Sum of RGB (Red+Green+Blue) = 159+235+112=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEB70 is #60148F. Grayscale: #C6C6C6. Windows color (decimal): -6296720 or 7400351. OLE color: 7400351.

HSL color Cylindrical-coordinate representation of color #9FEB70: hue angle of 97.07º 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 #9FEB70 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 112 -
CMYK 0.32 0 0.52 0.08
HSL 97.07º 0.75% 0.68% -
HSV(B) 97.07º 0.52% 0.92% -
XYZ 46.93 67.96 25.97 -
YUV 198.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 159 235 112 0.32 0 0.52 0.08 97.07 0.75 0.68
Hex 9F EB 70 20 0 34 8 61 4B 44
Octal 237 353 160 40 0 64 10 141 113 104
Binary 10011111 11101011 1110000 100000 0 110100 1000 1100001 1001011 1000100

Color Harmonies of #9FEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEB70

Black with #9FEB70

Text Example


Text Example

White with #9FEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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