Html Css Color HEX #9FEE70 Feijoa

📋 copy color: '#9FEE70'

red 159 ◦ green 238 ◦ blue 112

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

Shades of Feijoa #9FEE70

Tints of Feijoa #9FEE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.76%

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

R = 31.24%
G = 46.76%
B = 22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#9FEE70 (or 0x9FEE70) is known color: Feijoa. HEX triplet: 9F, EE and 70. RGB value is (159,238,112). Sum of RGB (Red+Green+Blue) = 159+238+112=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEE70 is #60118F. Grayscale: #C8C8C8. Windows color (decimal): -6295952 or 7401119. OLE color: 7401119.

HSL color Cylindrical-coordinate representation of color #9FEE70: hue angle of 97.62º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FEE70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 238 112 -
CMYK 0.33 0 0.53 0.07
HSL 97.62º 0.79% 0.69% -
HSV(B) 97.62º 0.53% 0.93% -
XYZ 47.8 69.69 26.26 -
YUV 200.02 78.33 98.75 -
System Red Green Blue C M Y K H S L
Decimal 159 238 112 0.33 0 0.53 0.07 97.62 0.79 0.69
Hex 9F EE 70 21 0 35 7 62 4F 45
Octal 237 356 160 41 0 65 7 142 117 105
Binary 10011111 11101110 1110000 100001 0 110101 111 1100010 1001111 1000101

Color Harmonies of #9FEE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEE70

Black with #9FEE70

Text Example


Text Example

White with #9FEE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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