Html Css Color HEX #9FED70 Feijoa

📋 copy color: '#9FED70'

red 159 ◦ green 237 ◦ blue 112

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

Shades of Feijoa #9FED70

Tints of Feijoa #9FED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.65%

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

R = 31.3%
G = 46.65%
B = 22.05%

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

#9FED70 (or 0x9FED70) is known color: Feijoa. HEX triplet: 9F, ED and 70. RGB value is (159,237,112). Sum of RGB (Red+Green+Blue) = 159+237+112=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED70 is #60128F. Grayscale: #C7C7C7. Windows color (decimal): -6296208 or 7400863. OLE color: 7400863.

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

Color convert

RGB 159 237 112 -
CMYK 0.33 0 0.53 0.07
HSL 97.44º 0.78% 0.68% -
HSV(B) 97.44º 0.53% 0.93% -
XYZ 47.51 69.11 26.16 -
YUV 199.43 78.66 99.16 -
System Red Green Blue C M Y K H S L
Decimal 159 237 112 0.33 0 0.53 0.07 97.44 0.78 0.68
Hex 9F ED 70 21 0 35 7 61 4E 44
Octal 237 355 160 41 0 65 7 141 116 104
Binary 10011111 11101101 1110000 100001 0 110101 111 1100001 1001110 1000100

Color Harmonies of #9FED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FED70

Black with #9FED70

Text Example


Text Example

White with #9FED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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