Html Css Color HEX #9FEA7F Feijoa

📋 copy color: '#9FEA7F'

red 159 ◦ green 234 ◦ blue 127

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

Shades of Feijoa #9FEA7F

Tints of Feijoa #9FEA7F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

 BLUE value IS 127 (50% from 255) = 24.42%

R = 30.58%
G = 45%
B = 24.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#9FEA7F (or 0x9FEA7F) is known color: Feijoa. HEX triplet: 9F, EA and 7F. RGB value is (159,234,127). Sum of RGB (Red+Green+Blue) = 159+234+127=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA7F is #601580. Grayscale: #C7C7C7. Windows color (decimal): -6296961 or 8383135. OLE color: 8383135.

HSL color Cylindrical-coordinate representation of color #9FEA7F: hue angle of 102.06º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FEA7F is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 127 -
CMYK 0.32 0 0.46 0.08
HSL 102.06º 0.72% 0.71% -
HSV(B) 102.06º 0.46% 0.92% -
XYZ 47.55 67.75 30.65 -
YUV 199.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 159 234 127 0.32 0 0.46 0.08 102.06 0.72 0.71
Hex 9F EA 7F 20 0 2E 8 66 48 47
Octal 237 352 177 40 0 56 10 146 110 107
Binary 10011111 11101010 1111111 100000 0 101110 1000 1100110 1001000 1000111

Color Harmonies of #9FEA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEA7F

Black with #9FEA7F

Text Example


Text Example

White with #9FEA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,127); }

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

background-color css

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

 a { background-color: rgb(159,234,127); }

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

border-color css

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

 span { border-color: rgb(159,234,127); }

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