Html Css Color HEX #9FE070 Feijoa

📋 copy color: '#9FE070'

red 159 ◦ green 224 ◦ blue 112

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

Shades of Feijoa #9FE070

Tints of Feijoa #9FE070

RGB

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

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

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

R = 32.12%
G = 45.25%
B = 22.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#9FE070 (or 0x9FE070) is known color: Feijoa. HEX triplet: 9F, E0 and 70. RGB value is (159,224,112). Sum of RGB (Red+Green+Blue) = 159+224+112=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE070 is #601F8F. Grayscale: #C0C0C0. Windows color (decimal): -6299536 or 7397535. OLE color: 7397535.

HSL color Cylindrical-coordinate representation of color #9FE070: hue angle of 94.82º 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 #9FE070 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 224 112 -
CMYK 0.29 0 0.50 0.12
HSL 94.82º 0.64% 0.66% -
HSV(B) 94.82º 0.5% 0.88% -
XYZ 43.88 61.85 24.96 -
YUV 191.8 82.97 104.61 -
System Red Green Blue C M Y K H S L
Decimal 159 224 112 0.29 0 0.50 0.12 94.82 0.64 0.66
Hex 9F E0 70 1D 0 32 C 5F 40 42
Octal 237 340 160 35 0 62 14 137 100 102
Binary 10011111 11100000 1110000 11101 0 110010 1100 1011111 1000000 1000010

Color Harmonies of #9FE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE070

Black with #9FE070

Text Example


Text Example

White with #9FE070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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