Html Css Color HEX #9FF16A Feijoa

📋 copy color: '#9FF16A'

red 159 ◦ green 241 ◦ blue 106

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

Shades of Feijoa #9FF16A

Tints of Feijoa #9FF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 31.42%
G = 47.63%
B = 20.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#9FF16A (or 0x9FF16A) is known color: Feijoa. HEX triplet: 9F, F1 and 6A. RGB value is (159,241,106). Sum of RGB (Red+Green+Blue) = 159+241+106=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF16A is #600E95. Grayscale: #C9C9C9. Windows color (decimal): -6295190 or 7008671. OLE color: 7008671.

HSL color Cylindrical-coordinate representation of color #9FF16A: hue angle of 96.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FF16A is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 241 106 -
CMYK 0.34 0 0.56 0.05
HSL 96.44º 0.83% 0.68% -
HSV(B) 96.44º 0.56% 0.95% -
XYZ 48.35 71.32 24.85 -
YUV 201.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 159 241 106 0.34 0 0.56 0.05 96.44 0.83 0.68
Hex 9F F1 6A 22 0 38 5 60 53 44
Octal 237 361 152 42 0 70 5 140 123 104
Binary 10011111 11110001 1101010 100010 0 111000 101 1100000 1010011 1000100

Color Harmonies of #9FF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF16A

Black with #9FF16A

Text Example


Text Example

White with #9FF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,241,106); }

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

background-color css

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

 a { background-color: rgb(159,241,106); }

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

border-color css

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

 span { border-color: rgb(159,241,106); }

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